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.
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
fix!: Rework Loss Scalings to provide better modularity #52
base: main
Are you sure you want to change the base?
fix!: Rework Loss Scalings to provide better modularity #52
Changes from 15 commits
511ed18
7ddf6d6
3ddeccc
be4602c
195af07
2644c18
718fc57
a34ac02
b91af11
c22c50b
1f4a532
2843d98
c978871
f56f9b2
be90000
e474ae9
f005f84
7cdccc5
61e7933
462bb34
960a602
af10173
395cd6f
1f53a82
3747959
68cd6e3
d3a7c29
d6e127a
fd29cbc
8bff68b
4c7cbc1
7d8c76d
d928b30
bb054ce
d0046fa
a03d6ba
aa7f558
9a8a4b9
66d66ed
db05ce5
61766cd
3adf924
f19d69d
c26d744
00439cb
6c857a6
a2f2728
b5f6b5f
b5fa55b
cdb9e19
963c543
4f1566b
e4ceb8e
7178074
08b4cb3
0dbf0b8
2dccbd2
72793f0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I would suggest that instead of providing name as an attribute,
additional_scalars
should bedict[str, dict]
,so,
This then will be used to name the scalar for the loss function to choose between.
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.
This would be consistent with the way we create the nodes in anemoi-graphs.
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.
This makes sense. I can have a look at it.
This file was deleted.