griffingoodwin04 commited on
Commit
3dfbd11
·
1 Parent(s): baea4bd

updated configs

Browse files
Files changed (1) hide show
  1. forecasting/inference_config.yaml +2 -2
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: "forecasting/trained_weights_and_normalization/normalized_sxr.npy"
24
- checkpoint_path: "forecasting/trained_weights_and_normalization/inverted-attention-mask.ckpt"
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