-
Notifications
You must be signed in to change notification settings - Fork 53
[Diff] sbAsma/issue1279 noise conditioning #1358
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
Merged
MatKbauer
merged 15 commits into
ecmwf:mk/develop/1300_assemble_diffusion_model
from
sbAsma:sbAsma/issue1279_noise_conditioning
Jan 23, 2026
Merged
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6b90581
initial commit [draft]
moritzhauschulz 07d45d6
adapt noise conditioner to make it closer to DiT
moritzhauschulz 8a91014
adapt dimensionalities – code runs with default config
moritzhauschulz 9d02a73
lint
moritzhauschulz 7701a9e
fix: add conditional prediction mode handling
sbAsma c65ad7b
added forecast engine argument
sbAsma ddc820d
merged mk/develop/1300_assemble_diffusion_model
sbAsma 9137b81
removed unecessary logging
sbAsma 0db09af
reverting back to the previous config
sbAsma 18c63fa
Merge branch 'mk/develop/1300_assemble_diffusion_model' into sbAsma/i…
sbAsma 45e94cd
replaced getattr by get
sbAsma 5c2bb02
Merge branch 'sbAsma/issue1279_noise_conditioning' of https://github.…
sbAsma f9fcad5
resolving conflict
sbAsma bfeeacb
modification of forecasting engine initialization
sbAsma e006823
Merge branch 'mk/develop/1300_assemble_diffusion_model' into sbAsma/i…
MatKbauer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking long to inspect this. Can we please change the above code to
Then we will first create the deterministic forecast engine (which we will need in any case) and optionally wrap it by the diffusion engine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)