Andre Perkins
commited on
Commit
·
78b8603
1
Parent(s):
a64c524
Update model checkpoint name
Browse files- inference-config.yaml +3 -2
inference-config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
experiment_dir: inference_output
|
| 2 |
n_forward_steps: 400
|
| 3 |
forward_steps_in_memory: 50
|
| 4 |
-
checkpoint_path:
|
| 5 |
logging:
|
| 6 |
log_to_screen: true
|
| 7 |
log_to_wandb: false
|
|
@@ -23,4 +23,5 @@ forcing_loader:
|
|
| 23 |
num_data_workers: 2
|
| 24 |
data_writer:
|
| 25 |
save_prediction_files: false
|
| 26 |
-
save_monthly_files: false
|
|
|
|
|
|
| 1 |
experiment_dir: inference_output
|
| 2 |
n_forward_steps: 400
|
| 3 |
forward_steps_in_memory: 50
|
| 4 |
+
checkpoint_path: ace_climSST_ckpt.tar
|
| 5 |
logging:
|
| 6 |
log_to_screen: true
|
| 7 |
log_to_wandb: false
|
|
|
|
| 23 |
num_data_workers: 2
|
| 24 |
data_writer:
|
| 25 |
save_prediction_files: false
|
| 26 |
+
save_monthly_files: false
|
| 27 |
+
|