Skip to content

Commit

Permalink
correct the dataset name for the deterministic package u-net 12em config
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Aug 6, 2024
1 parent 683b6c9 commit 9a5a049
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ def get_config():
evaluate.batch_size = 64

config.data = data = ml_collections.ConfigDict()
data.dataset_name = (
"bham_gcmx-4x_12em_psl-sphum4th-temp4th-vort4th_eqvt_random-season"
)
data.dataset_name = "bham64_ccpm-4x_12em_psl-sphum4th-temp4th-vort4th_pr"
data.input_transform_key = "stan"
data.target_transform_key = "sqrturrecen"
data.input_transform_dataset = None
Expand Down

0 comments on commit 9a5a049

Please sign in to comment.