Skip to content

Commit 7e81e6c

Browse files
Update README.md
1 parent 9f949f1 commit 7e81e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ losses = trainer.train_online(epochs=10, iterations_per_epoch=500, batch_size=32
5454

5555
Before inference, we can use simulation-based calibration (SBC, https://arxiv.org/abs/1804.06788) to check the computational faithfulness of the model-amortizer combination:
5656
```python
57-
fig = trainer.diagnose_sbc_histograms(plot_args=dict(param_names=[r'$\theta_1$', r'$\theta_2$']))
57+
fig = trainer.diagnose_sbc_histograms()
5858
```
5959
![SBC](https://github.com/stefanradev93/BayesFlow/blob/Future/img/showcase_sbc.png?raw=true)
6060
Amortized inference on new (real or simulated) data is then easy and fast:

0 commit comments

Comments
 (0)