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 804af32 commit 94cf59fCopy full SHA for 94cf59f
art/estimators/certification/derandomized_smoothing/pytorch.py
@@ -457,7 +457,7 @@ def fit( # pylint: disable=W0221
457
the batch size. If ``False`` and the size of dataset is not divisible by the batch size, then
458
the last batch will be smaller. (default: ``False``)
459
:param scheduler: Learning rate scheduler to run at the start of every epoch.
460
- :param verbose: if to display training progress bars
+ :param verbose: Display training progress bar.
461
:param update_batchnorm: ViT specific argument.
462
If to run the training data through the model to update any batch norm statistics prior
463
to training. Useful on small datasets when using pre-trained ViTs.
0 commit comments