valentins-bf-benchmark-runs/1c17a9e08c504ec3a57af631658a31bc/artifacts/source/config.yaml

20 lines
461 B (Stored with Git LFS)
YAML

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