Skip to content

Commit 94cf59f

Browse files
authored
Update art/estimators/certification/derandomized_smoothing/pytorch.py
1 parent 804af32 commit 94cf59f

File tree

1 file changed

+1
-1
lines changed
  • art/estimators/certification/derandomized_smoothing

1 file changed

+1
-1
lines changed

art/estimators/certification/derandomized_smoothing/pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def fit( # pylint: disable=W0221
457457
the batch size. If ``False`` and the size of dataset is not divisible by the batch size, then
458458
the last batch will be smaller. (default: ``False``)
459459
:param scheduler: Learning rate scheduler to run at the start of every epoch.
460-
:param verbose: if to display training progress bars
460+
:param verbose: Display training progress bar.
461461
:param update_batchnorm: ViT specific argument.
462462
If to run the training data through the model to update any batch norm statistics prior
463463
to training. Useful on small datasets when using pre-trained ViTs.

0 commit comments

Comments
 (0)