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 b5cecd6 commit 4f92fbaCopy full SHA for 4f92fba
pytorch_lightning/trainer/trainer.py
@@ -213,7 +213,7 @@ def __init__(
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
216
- value is deprecated in v0.9.1 and will be removed in 0.11.0.
+ value is deprecated in v1.1 and will be removed in v1.3.
217
218
overfit_batches: Overfit a percent of training data (float) or a set number of batches (int). Default: 0.0
219
0 commit comments