Auto_lr_find and auto scale batch size error #10600
Unanswered
minwang-ai
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Dear @MinWang1997. You are missing one of the following methods as the error is sharing:
|
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.
-
Hi,
I used auto_lr_find and auto_scale_batch_size before. The batch size is not correct. (For one 32GB GPU, it returned the batch size over 10000…)
Now, it does not work due to the following error:
My setting is as follows:
Beta Was this translation helpful? Give feedback.
All reactions