update config to support colab/local execution as starting point
Browse files- config.yaml +4 -4
config.yaml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
wandb_mode: "disabled"
|
| 2 |
vartype: "uvtp122"
|
| 3 |
-
train_data_path: "
|
| 4 |
-
valid_data_path: "
|
| 5 |
-
singular_sharded_checkpoint: "
|
| 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
|