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 daba7e8 commit ac37ac2
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions config.yml.template
Original file line number Diff line number Diff line change
@@ -1,35 +1,18 @@
common:
out_dir: "./DeepDiagnosticsResources/results/"
sim_location: "DeepDiagnosticsResources/simulators"
random_seed: 42
out_dir: ./DeepDiagnosticsResources/results/
model:
model_path: ./resources/savedmodels/sbi/sbi_linear_from_data.pkl
model_engine: "SBIModel"
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
Expand Down

0 comments on commit ac37ac2

Please sign in to comment.