Skip to content

Commit

Permalink
Template configuration with miniminal included variables
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg committed Jul 2, 2024
1 parent 00f2730 commit daba7e8
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions config.yml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
common:
out_dir: "./DeepDiagnosticsResources/results/"
sim_location: "DeepDiagnosticsResources/simulators"
random_seed: 42
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
prior: normal
simulator:
simulator_dimensions: 1
plots_common:
axis_spines: False
tight_layout: True
default_colorway: viridis
plot_style: fast
parameter_labels:
- $m$
- $b$
parameter_colors:
- "#9C92A3"
- "#0F5257"
line_style_cycle:
- "-"
- "-."
figure_size:
- 6
- 6
metrics_common:
use_progress_bar: True
samples_per_inference: 1000
percentiles:
- 75
- 85
- 95
number_simulations: 50
plots:
TARP: {}
Parity: {}
PPC: {}
metrics:
{}

0 comments on commit daba7e8

Please sign in to comment.