Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow easily changing size of training and validation sets #8

Closed
lewfish opened this issue Mar 8, 2017 · 0 comments
Closed

Allow easily changing size of training and validation sets #8

lewfish opened this issue Mar 8, 2017 · 0 comments
Assignees

Comments

@lewfish
Copy link
Contributor

lewfish commented Mar 8, 2017

Currently, if you want to change the size of the training and validation sets, you need to run the preprocess.py script again, which puts files into train and validation directories. Now that we aren't using the Keras data generator there's no need to keep the files in separate directories. Instead, each data generator could be given a list of files it can use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant