Skip to content

Commit 77949b4

Browse files
Update 2 [skip ci]
1 parent aa500a3 commit 77949b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,13 @@ Gaussian and reliably detects model misspecification during inference time.
145145

146146
In order to use this method, you should only provide the `summary_loss_fun` argument
147147
to the `AmortizedPosterior` instance:
148+
148149
```python
149150
amortizer = bf.amortizers.AmortizedPosterior(inference_net, summary_net, summary_loss_fun='MMD')
150151
```
151152

153+
The amortizer knows how to combine its losses.
154+
152155
### References and Further Reading
153156

154157
- Schmitt, M., Bürkner P. C., Köthe U., & Radev S. T. (2022). Detecting Model

0 commit comments

Comments
 (0)