We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaa87b commit dd9dea6Copy full SHA for dd9dea6
src/lightning/pytorch/callbacks/batch_size_finder.py
@@ -65,7 +65,7 @@ class BatchSizeFinder(Callback):
65
66
margin: Margin to reduce the found batch size by to provide a safety buffer. Only applied when using
67
'binsearch' mode. Should be a float between 0 and 1. Defaults to 0.05 (5% reduction).
68
- max_val: Maximum batch size limit. If provided, the found batch size will not exceed this value.
+ max_val: Maximum batch size limit, to prevent overly large or inefficient batch sizes.
69
70
Example::
71
0 commit comments