docs: minor formatting fix

This commit is contained in:
Casper da Costa-Luis 2021-03-05 20:30:21 +00:00
parent bcce20f771
commit 317f7e0fc8
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class TqdmCallback(Callback):
"""
Parameters
----------
tqdm_class : optional
tqdm_class : optional
`tqdm` class to use for bars [default: `tqdm.auto.tqdm`].
tqdm_kwargs : optional
Any other arguments used for all bars.

View File

@ -45,7 +45,7 @@ class TqdmCallback(keras.callbacks.Callback):
0: epoch, 1: batch (transient), 2: batch. [default: 1].
Will be set to `0` unless both `data_size` and `batch_size`
are given.
tqdm_class : optional
tqdm_class : optional
`tqdm` class to use for bars [default: `tqdm.auto.tqdm`].
tqdm_kwargs : optional
Any other arguments used for all bars.