-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The available models that are pretrained diverged from the codebase.
In particular
- the val and the metric entries are missing in the archesweathergen config of the pretrained diffusion model. This leads to issues when one tries to load the model.
- Loading models for mode=test requires a 'pytorch-lightning_version' key in the state dicts ( triggered when calling trainer.test).
Solutions:
- can be resolved by updating the configs accordingly.
- can be resolved by either modifying the state dicts or loading the state dicts before trainer.test()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working