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
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
…PN/anemoi-models into feature/hierarchical_graphs
@icedoom888 thanks for the contribution. |
floriankrb
reviewed
Sep 18, 2024
Hello @mchantry, @floriankrb, I am currently blocked due to the switch to anemoi-training from aifs-mono. |
UPDATE:
Please feel free to take a look and make any sort of suggestions! |
HCookie
reviewed
Oct 29, 2024
This was referenced Nov 11, 2024
Merged
JPXKQX
approved these changes
Nov 29, 2024
JPXKQX
suggested changes
Nov 29, 2024
Co-authored-by: Mario Santa Cruz <[email protected]>
Co-authored-by: Mario Santa Cruz <[email protected]>
JPXKQX
approved these changes
Dec 2, 2024
Merged
theissenhelen
pushed a commit
that referenced
this pull request
Dec 18, 2024
* Hard coded implementation of the hierarchical graph model * Added implementation of Hierarchical Graph networks * Added instantiate model in interface init * if-else branching instead of hydra:instantiate, have to fix this in the future. * Added changes before migration * WORKING implementation of Hierarchical graph network * Refactor and cleaning * Added example config * Minor refactor * Refactor * Refactor and rebase * Refactor and small changes for merge * Re-added asserts in mapper * Added entry in changelog * Refactor pre-merge * Refactored the hierarchical model * Test dimentions completed. * Fixed dynamo issue * Refactored using NamedNodesAttributes * Fixed with git pre-commit * Update src/anemoi/models/models/hierarchical.py Co-authored-by: Mario Santa Cruz <[email protected]> * Update src/anemoi/models/models/hierarchical.py Co-authored-by: Mario Santa Cruz <[email protected]> --------- Co-authored-by: Mario Santa Cruz <[email protected]>
theissenhelen
pushed a commit
that referenced
this pull request
Dec 19, 2024
* Hard coded implementation of the hierarchical graph model * Added implementation of Hierarchical Graph networks * Added instantiate model in interface init * if-else branching instead of hydra:instantiate, have to fix this in the future. * Added changes before migration * WORKING implementation of Hierarchical graph network * Refactor and cleaning * Added example config * Minor refactor * Refactor * Refactor and rebase * Refactor and small changes for merge * Re-added asserts in mapper * Added entry in changelog * Refactor pre-merge * Refactored the hierarchical model * Test dimentions completed. * Fixed dynamo issue * Refactored using NamedNodesAttributes * Fixed with git pre-commit * Update src/anemoi/models/models/hierarchical.py Co-authored-by: Mario Santa Cruz <[email protected]> * Update src/anemoi/models/models/hierarchical.py Co-authored-by: Mario Santa Cruz <[email protected]> --------- Co-authored-by: Mario Santa Cruz <[email protected]>
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.
An implementation of hierarchical graph model.
This allows for the creation of a model capable of dealing with multi-layered hierarchical graphs.
The model is agnostic to the choosen architecture (GNN, GraphTransformer).