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

Testing on training data? #24

Open
albertoandreottiATgmail opened this issue Aug 22, 2019 · 1 comment
Open

Testing on training data? #24

albertoandreottiATgmail opened this issue Aug 22, 2019 · 1 comment

Comments

@albertoandreottiATgmail

Hello,

I don't see any use of the files under testA or testB in your code, are you testing the model on training data?

thanks!

@devbhartra
Copy link

@albertoandreottiATgmail We found the same issue, so we made 2 new functions for input and reading the test data specifically. Can confirm, it works on the test data we uploaded, as opposed to testing on the training data, as in the repository's original code.

The two functions:
def test_reading(self, sess)
and
def input_test(self):

Change the input directories in these to your test data paths.

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

2 participants