mirror of https://github.com/tqdm/tqdm.git
docs: minor formatting fix
This commit is contained in:
parent
bcce20f771
commit
317f7e0fc8
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue