valentins-bf-benchmark-runs/230e22c0e81b4684ba325b80096822f4/artifacts/source/config.yaml
2025-06-08 13:03:24 +02:00

20 lines
450 B (Stored with Git LFS)
YAML

task:
benchmark_suite: sbibm
name: bernoulli_glm_raw
num_posterior_samples: 10000
training:
initial_learning_rate: 5e-4
optimizer: adamw
mode: offline
num_simulations: 100000
epochs: 100
batch_size: 32
architecture:
inference_network:
type: "bayesflow.networks>FreeFormFlow"
kwargs:
beta: 25.0
encoder_subnet_kwargs:
widths: [128, 128, 128]
decoder_subnet_kwargs:
widths: [128, 128, 128]