We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37fd1f commit 80af27cCopy full SHA for 80af27c
README.md
@@ -39,7 +39,7 @@ def simulator(theta, n_obs=50, scale=1.0):
39
40
# Then, we create our BayesFlow setup consisting of a summary and an inference network:
41
summary_net = bf.networks.InvariantNetwork()
42
-inference_net = bf.networks.InvertibleNetwork(n_params=2)
+inference_net = bf.networks.InvertibleNetwork(num_params=2)
43
amortizer = bf.amortizers.AmortizedPosterior(inference_net, summary_net)
44
45
# Next, we connect the `prior` with the `simulator` using a `GenerativeModel` wrapper:
0 commit comments