You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
When training a model, if one passes a specific value to nb-training-images, one expects that the Keras model iterates over this specific amount of images, as many times as the number of training epochs.
However, it seems that flow_from_directory method (from Keras API) consider all the images belonging to the provided training image folder. Here one has to modify the generator building to taking this behavior into account.
The text was updated successfully, but these errors were encountered:
When training a model, if one passes a specific value to
nb-training-images
, one expects that the Keras model iterates over this specific amount of images, as many times as the number of training epochs.However, it seems that
flow_from_directory
method (from Keras API) consider all the images belonging to the provided training image folder. Here one has to modify the generator building to taking this behavior into account.The text was updated successfully, but these errors were encountered: