hydra-lightning
hydra-lightning copied to clipboard
ModelCheckpointConf wrong default value
In hydra_configs/pytorch_lightning/callbacks.py in ModelCheckpointConf
there is no default value for feeld dirpath
.
Should be: dirpath: Any = None
according to https://pytorch-lightning.readthedocs.io/en/latest/generated/pytorch_lightning.callbacks.ModelCheckpoint.html
Thank you @NikolaiBabkin, I'll look into addressing this upstream in configen
, as well!
Was this fixed? PR #17 was merged but this issue is still open.