How can I inference with fp16 #12781
Unanswered
zelabean
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
trainer = Trainer(precision=16)
trainer.test(...) this doesn't work? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello. I would like to infer a model trained with a trainer (precision=16) with fp16.
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions