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 29f7833 commit b5cecd6Copy full SHA for b5cecd6
pytorch_lightning/trainer/trainer.py
@@ -212,7 +212,7 @@ def __init__(
212
progress_bar_refresh_rate: How often to refresh progress bar (in steps). Value ``0`` disables progress bar.
213
Ignored when a custom callback is passed to :paramref:`~Trainer.callbacks`.
214
215
- profiler: To profile individual steps during training and assist in identifying bottlenecks. Passing bool
+ profiler: To profile individual steps during training and assist in identifying bottlenecks. Passing bool
216
value is deprecated in v0.9.1 and will be removed in 0.11.0.
217
218
overfit_batches: Overfit a percent of training data (float) or a set number of batches (int). Default: 0.0
0 commit comments