Skip to content

Commit

Permalink
update default dataset names in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Jun 25, 2024
1 parent 09f7d99 commit f167214
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ def get_default_configs():

# data
data = config.data
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'

return config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_default_configs():
# data
config.data = data = ml_collections.ConfigDict()
data.dataset = 'UKCP_Local'
data.dataset_name = 'bham_gcmx-4x_1em_psl-sphum4th-temp4th-vort4th_eqvt_random-season'
data.dataset_name = 'bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr'
data.image_size = 64
data.random_flip = False
data.centered = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_config():
# data
data = config.data
data.centered = True
data.dataset_name = 'bham_ccpm-4x_12em_mv_random-season'
data.dataset_name = 'bham64_ccpm-4x_12em_mv'

# model
model = config.model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_config():
# data
data = config.data
data.centered = True
data.dataset_name = 'bham_gcmx-4x_1em_psl-sphum4th-temp4th-vort4th_eqvt_random-season-historic'
data.dataset_name = 'bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr-historic'

# model
model = config.model
Expand Down

0 comments on commit f167214

Please sign in to comment.