Skip to content

Commit 733afef

Browse files
Update README.md
Fix link to model misspecification.
1 parent 0ce28b2 commit 733afef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ amortized inference if the generative model is a poor representation of reality?
161161
A modified loss function optimizes the learned summary statistics towards a unit
162162
Gaussian and reliably detects model misspecification during inference time.
163163

164-
![](https://github.com/stefanradev93/BayesFlow/blob/master/docs/source/images/model_misspecification_amortized_sbi.png?raw=true)
164+
165+
<img src="https://github.com/stefanradev93/BayesFlow/blob/master/examples/img/model_misspecification_amortized_sbi.png" width=100% height=100%>
165166

166167
In order to use this method, you should only provide the `summary_loss_fun` argument
167168
to the `AmortizedPosterior` instance:

0 commit comments

Comments
 (0)