How to use tuner.scale_batch_size correctly? #13333
Unanswered
markvvw
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 1 reply
-
@ctwangtz Could you remind me of why the correct batch size should be 8? |
Beta Was this translation helpful? Give feedback.
1 reply
-
it gives the most optimal batch size. Have you tried |
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.
-
I tried to used tuner.scale_batch_size to find the optimal batch size in my work, however, the tuner.scale_batch_size returns a suitable number (obviously bigger) . How to used the funcion of pl correctly? thx
My code is the following:
correct batch size should be 8
Beta Was this translation helpful? Give feedback.
All reactions