This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
forked from ecmwf/anemoi-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into fix/nodeweights
- Loading branch information
Showing
26 changed files
with
663 additions
and
123 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
defaults: | ||
- data: zarr | ||
- dataloader: native_grid | ||
- diagnostics: evaluation | ||
- hardware: example | ||
- graph: limited_area | ||
- model: graphtransformer | ||
- training: default | ||
- _self_ | ||
|
||
|
||
### This file is for local experimentation. | ||
## When you commit your changes, assign the new features and keywords | ||
## to the correct defaults. | ||
# For example to change from default GPU count: | ||
# hardware: | ||
# num_gpus_per_node: 1 | ||
|
||
dataloader: | ||
dataset: | ||
cutout: | ||
- dataset: ${hardware.paths.data}/${hardware.files.dataset} | ||
thinning: ??? | ||
- dataset: ${hardware.paths.data}/${hardware.files.forcing_dataset} | ||
adjust: all | ||
min_distance_km: 0 | ||
grid_indices: | ||
_target_: anemoi.training.data.grid_indices.MaskedGrid | ||
nodes_name: data | ||
node_attribute_name: indices_connected_nodes | ||
model: | ||
output_mask: cutout_mask # it must be a node attribute of the output nodes | ||
hardware: | ||
files: | ||
dataset: ??? | ||
forcing_dataset: ??? |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
defaults: | ||
- data: zarr | ||
- dataloader: native_grid | ||
- diagnostics: evaluation | ||
- hardware: example | ||
- graph: stretched_grid | ||
- model: graphtransformer | ||
- training: default | ||
- _self_ | ||
|
||
|
||
### This file is for local experimentation. | ||
## When you commit your changes, assign the new features and keywords | ||
## to the correct defaults. | ||
# For example to change from default GPU count: | ||
# hardware: | ||
# num_gpus_per_node: 1 | ||
|
||
dataloader: | ||
dataset: | ||
cutout: | ||
- dataset: ${hardware.paths.data}/${hardware.files.dataset} | ||
thinning: ??? | ||
- dataset: ${hardware.paths.data}/${hardware.files.forcing_dataset} | ||
adjust: all | ||
min_distance_km: 0 | ||
training: | ||
loss_scaling: | ||
spatial: | ||
_target_: anemoi.training.data.scaling.ReweightedGraphAttribute | ||
target_nodes: ${graph.data} | ||
scaled_attribute: area_weight # it must be a node attribute of the output nodes | ||
cutout_weight_frac_of_global: ??? | ||
hardware: | ||
files: | ||
dataset: ??? | ||
forcing_dataset: ??? |
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
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
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
Oops, something went wrong.