This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Rollout video of variable dynamics #65
Merged
sahahner
merged 48 commits into
develop
from
feature/callback/video-of-variable-dynamics
Nov 18, 2024
Merged
Rollout video of variable dynamics #65
sahahner
merged 48 commits into
develop
from
feature/callback/video-of-variable-dynamics
Nov 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s pressure level variables and small fix for grouping of less than 15 variables in loss contribution histogram
…ub.com:ecmwf/anemoi-training into 23-plot-a-validation-sample-after-long-rollout
…ub.com:ecmwf/anemoi-training into 23-plot-a-validation-sample-after-long-rollout
…le-after-long-rollout
mchantry
reviewed
Sep 30, 2024
Neat PR, what's the cost overhead of this? |
Hopefully it won't be much work, but the callbacks are being refactored in parallel, |
…com:ecmwf/anemoi-training into feature/callback/video-of-variable-dynamics
HCookie
reviewed
Nov 12, 2024
Do you have an example of the gif as saved in mlflow? |
Have a look at this one: https://mlflow.ecmwf.int/#/experiments/23/runs/6172b5513408422f967895ecbe6101c2/artifacts |
mc4117
reviewed
Nov 12, 2024
lzampier
reviewed
Nov 14, 2024
….com:ecmwf/anemoi-training into feature/callback/video-of-variable-dynamics
lzampier
approved these changes
Nov 18, 2024
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create a video of a forecast of several variables starting from a validation sample.
This functionality builds up on the LongRolloutPlot function, which saves snapshots after longer rollouts.
The number of rollout steps can be higher than the number of rollout steps used for training.
To allow longer rollouts in validation, the validation batches are made longer. This has no effect on the actual batch size.
The runtime to do the rollout is low, but creating multiple scatter plots and saving them to a gif takes around a minute per variable for a 14-day rollout of 6-hourly forecasts.
Therefore, by default, the video rollout is not enabled.
If enabled, the default is to do a 56-step forecast video every 20 epochs.
Possible reviewers: @lzampier, @mc4117, @HCookie