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 21959ae commit 7ec5cb7Copy full SHA for 7ec5cb7
pytorch_lightning/trainer/connectors/callback_connector.py
@@ -63,7 +63,7 @@ def on_trainer_init(
63
rank_zero_deprecation(
64
f"Setting `Trainer(process_position={process_position})` is deprecated in v1.5 and will be removed"
65
" in v1.7. Please pass `pytorch_lightning.callbacks.progress.ProgressBar` with"
66
- " ``process_position`` directly to the Trainer's `callbacks` argument instead."
+ " `process_position` directly to the Trainer's `callbacks` argument instead."
67
)
68
self.trainer._progress_bar_callback = self.configure_progress_bar(progress_bar_refresh_rate, process_position)
69
0 commit comments