-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeepTDA cannot be loaded from checkpoint #103
Comments
@andrrizzi we looked into it, the problem is that when loading a checkpoint: kwargs contains also
but what I don't like is that we need to do this in every class that inherits from BaseCV.. |
If all the inherited CVs explicitly pass If only a handful are doing it, then we might add that |
Fix #103: CVs cannot be loaded from checkpoint
Loading a DeepTDA CV from a checkpoint does not work:
Minimal (non)working example:
given an error in initialization:
we should also check the other CVs and add regtests for this feature (as of now only regressionCV was tested in this notebook: https://mlcolvar.readthedocs.io/en/stable/notebooks/tutorials/intro_3_loss_optim.html#Model-checkpointing)
The text was updated successfully, but these errors were encountered: