romeokienzler commited on
Commit
4753190
1 Parent(s): 02b23a1

move config to model repo

Browse files
Files changed (1) hide show
  1. config.yaml +0 -23
config.yaml DELETED
@@ -1,23 +0,0 @@
1
- wandb_mode: "disabled"
2
- vartype: "uvtp122"
3
- train_data_path: "gravity_wave_flux/uvtp122"
4
- valid_data_path: "gravity_wave_flux/uvtp122/test"
5
- singular_sharded_checkpoint: "prithvi_wxc/v0.8.50.rollout_step3.1.pth"
6
- file_glob_pattern: "wxc_input_u_v_t_p_output_theta_uw_vw_era5_*.nc"
7
-
8
- lr: 0.0001
9
- hidden_channels: 160
10
- n_lats_px: 64
11
- n_lons_px: 128
12
- in_channels_static: 3
13
- mask_unit_size_px:
14
- - 8
15
- - 16
16
- patch_size_px:
17
- - 1
18
- - 1
19
-
20
- ### Training Params
21
- max_epochs: 100
22
- batch_size: 12
23
- num_data_workers: 8