stefanradev93 / BayesFlow

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

OfflineDataset should not require both batch_size and batches_per_epoch #167

Closed stefanradev93 closed 3 weeks ago

stefanradev93 commented 2 months ago

Currently, both arguments are required for the new keras 3.0 loader, but the user should not be required to compute batches_per_epoch themselves.