trainer.test() with deepspeed bf16 #16297
Unanswered
leao1995
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
我也遇到相同的问题,这个到底怎么解决 / I also encountered the same problem, how can I solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
calling
trainer.test()
aftertrainer.fit()
gives an error when using deepspeed and bf16.deepspeed== 0.6.5
pytorch-lightning==1.6.4
The following is a minimul example to reproduce the error.
Beta Was this translation helpful? Give feedback.
All reactions