Skip to content

Commit

Permalink
copy config/debug.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Ana Prieto Nemesio <[email protected]>
Co-authored-by: Jesper Dramsch <[email protected]>
Co-authored-by: Mario Santa Cruz <[email protected]>
Co-authored-by: Matthew Chantry <[email protected]>
Co-authored-by: Simon Lang <[email protected]>
Co-authored-by: Sara Hahner <[email protected]>
  • Loading branch information
7 people committed Jul 31, 2024
1 parent f5b9c8b commit 9ae3358
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/anemoi/training/config/debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
defaults:
- data: zarr
- dataloader: native_grid
- diagnostics: eval_rollout
- hardware: example
- graph: default
- model: gnn
- 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

diagnostics:
plot:
enabled: False
hardware:
files:
graph: ...
model:
num_channels: 128
dataloader:
limit_batches:
training: 100
validation: 100
training:
max_epochs: 5

0 comments on commit 9ae3358

Please sign in to comment.