Skip to content

Commit dd9dea6

Browse files
authored
Apply suggestion from @deependujha
1 parent 4eaa87b commit dd9dea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/callbacks/batch_size_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class BatchSizeFinder(Callback):
6565
6666
margin: Margin to reduce the found batch size by to provide a safety buffer. Only applied when using
6767
'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.
68+
max_val: Maximum batch size limit, to prevent overly large or inefficient batch sizes.
6969
7070
Example::
7171

0 commit comments

Comments
 (0)