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 db26a08 commit 0fce2ccCopy full SHA for 0fce2cc
docs/source-pytorch/visualize/loggers.rst
@@ -72,7 +72,7 @@ Example usage:
72
mlf_logger = MLFlowLogger(
73
experiment_name="lightning_logs",
74
tracking_uri="file:./ml-runs",
75
- checkpoint_artifact_path_prefix="my_prefix"
+ checkpoint_path_prefix="my_prefix"
76
)
77
trainer = L.Trainer(logger=mlf_logger)
78
0 commit comments