You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the BatchSizeFinder callback is used, the steps_per_trial parameter ends up defining how many validation batches to run during the entire length of training. This is a similar issue to that observed with the LR Finder (#17412).
Bug description
When the BatchSizeFinder callback is used, the
steps_per_trial
parameter ends up defining how many validation batches to run during the entire length of training. This is a similar issue to that observed with the LR Finder (#17412).What version are you seeing the problem on?
v2.0
How to reproduce the bug
(Adapted from @blainehoak #17412 )
Error messages and logs
No response
Environment
Current environment
- GPU:
- NVIDIA GeForce GTX 1070
- available: True
- version: 11.8
- lightning: 2.0.7
- lightning-cloud: 0.5.37
- lightning-utilities: 0.8.0
- pytorch-lightning: 2.0.2
- torch: 2.0.1
- torchmetrics: 0.11.4
- torchvision: 0.15.2
More info
No response
The text was updated successfully, but these errors were encountered: