Open NikolaiBabkin opened 3 years ago
In _hydra_configs/pytorchlightning/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
dirpath
dirpath: Any = None
Thank you @NikolaiBabkin, I'll look into addressing this upstream in configen, as well!
configen
Was this fixed? PR #17 was merged but this issue is still open.
In _hydra_configs/pytorchlightning/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