Skip to content

Commit 4f92fba

Browse files
Bordaawaelchli
authored andcommitted
Apply suggestions from code review
Co-authored-by: Adrian Wälchli <[email protected]>
1 parent b5cecd6 commit 4f92fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def __init__(
213213
Ignored when a custom callback is passed to :paramref:`~Trainer.callbacks`.
214214
215215
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.
216+
value is deprecated in v1.1 and will be removed in v1.3.
217217
218218
overfit_batches: Overfit a percent of training data (float) or a set number of batches (int). Default: 0.0
219219

0 commit comments

Comments
 (0)