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 e9c571d commit a5b0f8bCopy full SHA for a5b0f8b
docs/source-pytorch/extensions/logging.rst
@@ -324,10 +324,10 @@ if you are using a logger. These defaults can be customized by overriding the
324
325
.. code-block:: python
326
327
- from pytorch_lightning.callbacks.progress import Tqdm
+ from pytorch_lightning.callbacks.progress import TQDMProgressBar
328
329
330
- class CustomProgressBar(Tqdm):
+ class CustomProgressBar(TQDMProgressBar):
331
def get_metrics(self, *args, **kwargs):
332
# don't show the version number
333
items = super().get_metrics()
0 commit comments