Skip to content

Commit

Permalink
Merge pull request #163 from openclimatefix/update-experiment-config-…
Browse files Browse the repository at this point in the history
…examples

Remove references to old datamodule parameters in config examples
  • Loading branch information
Sukh-P authored Mar 19, 2024
2 parents 27f16c5 + cc75c26 commit 7299ea8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions configs.example/experiment/baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ validate_only: "1" # by putting this key in the config file, the model does not
trainer:
min_epochs: 1
max_epochs: 1

datamodule:
n_train_data: 2
n_val_data: 10
4 changes: 0 additions & 4 deletions configs.example/experiment/conv3d_sat_nwp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ trainer:
min_epochs: 1
max_epochs: 10

datamodule:
n_train_data: 4000
n_val_data: 400

model:
conv3d_channels: 32
4 changes: 1 addition & 3 deletions configs.example/experiment/example_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ trainer:
max_epochs: 2

datamodule:
n_train_data: 2
n_val_data: 2
fake_data: 1
batch_size: 32

validate_only: "1" # by putting this key in the config file, the model does not get trained.

0 comments on commit 7299ea8

Please sign in to comment.