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.
enable_progress_bar
1 parent e287f22 commit b9ceefbCopy full SHA for b9ceefb
src/pytorch_lightning/trainer/trainer.py
@@ -306,7 +306,7 @@ def __init__(
306
Default: ``50``.
307
308
enable_progress_bar: Whether to enable to progress bar by default.
309
- Default: ``False``.
+ Default: ``True``.
310
311
profiler: To profile individual steps during training and assist in identifying bottlenecks.
312
Default: ``None``.
0 commit comments