datasets#
A collection of keras.utils.PyDatasets, which
wrap your data-generating process (i.e., your Simulator) and thus determine the
effective training strategy (e.g., online or offline).
Classes
|
A dataset that loads pre-simulated files from disk for offline training. |
|
Wrap a BayesFlow dataset to provide per-ensemble-member batches. |
|
|
|
|
|
A dataset that is pre-simulated and stored in memory. |
|
A dataset that generates simulations on-the-fly. |