Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Keras training process does not respect the given-as-argument training image number #100

Open
delhomer opened this issue Jan 11, 2019 · 0 comments

Comments

@delhomer
Copy link
Contributor

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.

@delhomer delhomer added this to the 0.6 milestone Jan 23, 2019
@delhomer delhomer removed this from the 0.6 milestone Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant