Skip to content

Commit

Permalink
Merge pull request #82 from deepskies/template_config
Browse files Browse the repository at this point in the history
Template config
  • Loading branch information
bnord committed Jul 3, 2024
2 parents 1b701ae + ac37ac2 commit 35a14ee
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config.yml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
common:
out_dir: ./DeepDiagnosticsResources/results/
model:
model_path: ./resources/savedmodels/sbi/sbi_linear_from_data.pkl
model_engine: SBIModel
data:
data_path: ./resources/saveddata/data_validation.h5
data_engine: H5Data
simulator:
plots_common:
default_colorway: viridis
parameter_labels:
- $m$
- $b$
metrics_common:
samples_per_inference: 1000
percentiles:
- 75
- 85
- 95
number_simulations: 50
plots:
TARP: {}
Parity: {}
PPC: {}
metrics:
{}

0 comments on commit 35a14ee

Please sign in to comment.