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 used to load pre-simulated files from disk. |
|
A dataset that is pre-simulated and stored in memory. |
|
A dataset that is generated on-the-fly. |
|
A dataset that is generated on-the-fly at the beginning of every n-th epoch. |