-
Notifications
You must be signed in to change notification settings - Fork 40
Labels
modelRelated to model training or definition (not generic infra)Related to model training or definition (not generic infra)model:inferenceanything related to the inference step (not plotting or score computation).anything related to the inference step (not plotting or score computation).
Description
The default --analysis_streams_output is ERA5 which is overwriting the model config.
Why is this an issue?
- It requires setting analysis_streams_output in inference if not using ERA5 even though it was set in the config.yml during training
- It leads to empty outputs in other streams without error if ERA5 was in the training streams. Not getting the outputs is confusing because the overwrite in cli.py is not obvious.
Change is one line. Happy to get your opinion on this
Metadata
Metadata
Assignees
Labels
modelRelated to model training or definition (not generic infra)Related to model training or definition (not generic infra)model:inferenceanything related to the inference step (not plotting or score computation).anything related to the inference step (not plotting or score computation).
Type
Projects
Status
In Progress