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

Implement validation set split also for TensorFlow #9

Open
abahde opened this issue Sep 6, 2019 · 0 comments
Open

Implement validation set split also for TensorFlow #9

abahde opened this issue Sep 6, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@abahde
Copy link
Owner

abahde commented Sep 6, 2019

In PyTorch we split the validation set from the training set randomly. It has the size of the test set. The validation performance is used by the tuner and analyzer to obtain the best instance. This split should be implemented in the TensorFlow data sets as well. We have already prepared the test problem and the runner implementations for this change. The only change that needs to be done to the runner is marked in the code with a ToDo flag.

@abahde abahde added bug Something isn't working enhancement New feature or request labels Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant