Skip to content

Commit

Permalink
fix(training,configs): update enc-dec config (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPXKQX authored Feb 10, 2025
1 parent c4f2c70 commit beb8c69
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ nodes:
# Hidden nodes
hidden:
node_builder:
_target_: anemoi.graphs.nodes.NPZFileNodes # options: ZarrDatasetNodes, NPZFileNodes
grid_definition_path: ${hardware.paths.grids}
resolution: o48 # grid resolution for npz (o32, o48, ...)
_target_: anemoi.graphs.nodes.ReducedGaussianGridNodes # options: ZarrDatasetNodes, NPZFileNodes
grid: o48 # o32, o48, ...

edges:
# Encoder configuration
Expand Down

0 comments on commit beb8c69

Please sign in to comment.