Commit ·
3dfbd11
1
Parent(s): baea4bd
updated configs
Browse files
forecasting/inference_config.yaml
CHANGED
|
@@ -20,8 +20,8 @@ data:
|
|
| 20 |
# Defaults below point at the test split data/build_dataset.py produces.
|
| 21 |
aia_dir: "./foxes_data/AIA_processed/test" # ignored if prediction_only: "true"
|
| 22 |
sxr_dir: "./foxes_data/SXR_processed/test" # ignored if prediction_only: "true"
|
| 23 |
-
sxr_norm_path: "
|
| 24 |
-
checkpoint_path: "
|
| 25 |
|
| 26 |
output_path: "./foxes_data/inference/predictions.csv"
|
| 27 |
|
|
|
|
| 20 |
# Defaults below point at the test split data/build_dataset.py produces.
|
| 21 |
aia_dir: "./foxes_data/AIA_processed/test" # ignored if prediction_only: "true"
|
| 22 |
sxr_dir: "./foxes_data/SXR_processed/test" # ignored if prediction_only: "true"
|
| 23 |
+
sxr_norm_path: "./trained_weights_and_normalization/normalized_sxr.npy"
|
| 24 |
+
checkpoint_path: "./trained_weights_and_normalization/inverted-attention-mask.ckpt"
|
| 25 |
|
| 26 |
output_path: "./foxes_data/inference/predictions.csv"
|
| 27 |
|