mixed accuracy #15356
Unanswered
mactavish91
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
mixed accuracy
#15356
Replies: 1 comment
-
Also, you don't need to set See these guides for more: |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to conduct mixed accuracy training with little impact on accuracy, which parameter should I use in trainer? precision=32, amp_backend="native" or precision=16, amp_backend="native"?When the precision is set to 32, will mixed accuracy training be performed by default?
Beta Was this translation helpful? Give feedback.
All reactions