Skip to content

Commit

Permalink
#47 added boolean tendency_mode to config
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Schloer <[email protected]>
  • Loading branch information
Rilwan-Adewoyin committed Sep 4, 2024
1 parent 8359ad1 commit 02b6ad9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/anemoi/training/config/training/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ lr:
# in order to keep a constant global_lr
# global_lr = local_lr * num_gpus_per_node * num_nodes / gpus_per_model

# TODO: (@jakob-schloer / @jesper-dramsch): Ideas about how to allow default loss_scaling
loss_scaling:
default: 1
pl:
Expand Down Expand Up @@ -83,3 +84,7 @@ pressure_level_scaler:
_target_: anemoi.training.data.scaling.ReluPressureLevelScaler
minimum: 0.2
slope: 0.001

tendency_mode: false

num_saniity_val_steps: 4

0 comments on commit 02b6ad9

Please sign in to comment.