-
Notifications
You must be signed in to change notification settings - Fork 19
Residual training in the downscaling_only mode + add dates to the Item class #174
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
LBerth
merged 23 commits into
meteofrance:main
from
Metriida:downscaling_train_on_residuals
Nov 3, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ab414b0
add time in Item
136070e
fix last commit
402c0bf
fix last commit
e538c5d
mpodify collate_fn to add validity_times
2287215
fix collate
b1aae8e
put metrics in a list in setup of the lightningmodule
0e9a02a
fix dict metrics
172856f
ds predict from the coarse grid
8846a82
fix
f0f440e
fix forcing tensor
32d6a4e
mask on nan on forcings
2148bee
test
e792e70
fix
cc1f6ef
fix
d660426
debug
511e64d
fix
0c53d1e
fix
67d7ca3
update comments
ff6b823
reformat
8b6179b
fix test
e67ed52
reformat
be5a980
fix item __str__ funtion
a9e1801
fix item test
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
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
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.
Instead of a
list, perhaps you could use aMetricCollection? This would simplify the subsequent calls toupdate()andcompute().See https://lightning.ai/docs/torchmetrics/stable/pages/overview.html#metriccollection