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 6c3dfc7 commit 06de33bCopy full SHA for 06de33b
src/lightning/pytorch/loggers/mlflow.py
@@ -142,7 +142,7 @@ def __init__(
142
self.tags = tags
143
self._log_model = log_model
144
self._logged_model_time: dict[str, float] = {}
145
- self._checkpoint_callbacks: list[ModelCheckpoint] = []
+ self._checkpoint_callbacks: Optional[list[ModelCheckpoint]] = []
146
self._prefix = prefix
147
self._artifact_location = artifact_location
148
self._log_batch_kwargs = {} if synchronous is None else {"synchronous": synchronous}
0 commit comments