stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
286 stars 45 forks source link

README - update minimal example #141

Closed vpratz closed 4 months ago

vpratz commented 4 months ago

An outdated call to bf.simulation.GenerativeModel leads to a ConfigurationError. This PR updates the call to include the required simulation_is_batched argument.