English
Pytorch
gravity wave
Weather & Climate
Foundation model
romeokienzler commited on
Commit
b933866
1 Parent(s): e8d9eff

update config to support colab/local execution as starting point

Browse files
Files changed (1) hide show
  1. config.yaml +4 -4
config.yaml CHANGED
@@ -1,8 +1,8 @@
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
@@ -20,4 +20,4 @@ patch_size_px:
20
  ### Training Params
21
  max_epochs: 100
22
  batch_size: 12
23
- num_data_workers: 8
 
1
  wandb_mode: "disabled"
2
  vartype: "uvtp122"
3
+ train_data_path: "."
4
+ valid_data_path: "."
5
+ singular_sharded_checkpoint: "magnet-flux-uvtp122-epoch-99-loss-0.1022.pt"
6
  file_glob_pattern: "wxc_input_u_v_t_p_output_theta_uw_vw_era5_*.nc"
7
 
8
  lr: 0.0001
 
20
  ### Training Params
21
  max_epochs: 100
22
  batch_size: 12
23
+ num_data_workers: 8