frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 12 forks source link

DataGenerator iterations #189

Closed muellerdo closed 1 year ago

muellerdo commented 1 year ago
WARNING:tensorflow:Your input ran out of data; interrupting training. Make sure that your dataset or generator can generate at least `steps_per_epoch * epochs` batches (in this case, 250 batches). You may need to use the repeat() function when building your dataset

DataGenerator can not iterate multiple times over dataset in a single epoch anymore.

Undocumented update of tensorflow?

muellerdo commented 1 year ago

Python 3.8.10 any changes in generator handling since python 3.8.0?

Tensorflow Image generator (Iterator) deprecated?

Is aucmedi datagenerator still working with higher versions?