Closed asbjrnmunk closed 8 months ago
Or is the point that you can get the ckpt config from just a path (rather than from the args) if you import the new function you made?
I think I see no issues with this so once the tests pass we can lgtm! :)
Just so I understand, does this allow you to get any of the configs with less required params or does this let you get the datamodule without the plan config? Because to me it seems like the latter while the name of the PR points to the first Or is the point that you can get the ckpt config from just a path (rather than from the args) if you import the new function you made?
The purpose is to:
Just so I understand, does this allow you to get any of the configs with less required params or does this let you get the datamodule without the plan config? Because to me it seems like the latter while the name of the PR points to the first