Skip to content

Pretrained model configs diverged from code #29

@robert-DL

Description

@robert-DL

The available models that are pretrained diverged from the codebase.

In particular

  1. 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.
  2. Loading models for mode=test requires a 'pytorch-lightning_version' key in the state dicts ( triggered when calling trainer.test).

Solutions:

  1. can be resolved by updating the configs accordingly.
  2. can be resolved by either modifying the state dicts or loading the state dicts before trainer.test()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions