17 lines
331 B (Stored with Git LFS)
YAML
17 lines
331 B (Stored with Git LFS)
YAML
task:
|
|
benchmark_suite: sbibm
|
|
name: gaussian_linear
|
|
num_posterior_samples: 10000
|
|
training:
|
|
initial_learning_rate: 1e-3
|
|
optimizer: adamw
|
|
mode: offline
|
|
num_simulations: 100000
|
|
epochs: 100
|
|
batch_size: 32
|
|
architecture:
|
|
summary_network:
|
|
inference_network:
|
|
type: "bayesflow.networks>DiffusionModel"
|
|
kwargs:
|
|
|