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

If I change test batch size,the result will be difference #1

Open
sybilWsybil opened this issue Jun 19, 2017 · 1 comment
Open

If I change test batch size,the result will be difference #1

sybilWsybil opened this issue Jun 19, 2017 · 1 comment

Comments

@sybilWsybil
Copy link

I use this code on my own data. I restore model(saver.restore(sess, myModelPath)),and then test.
if I set test batch size is 1,the result will be [ 0. 0. 0. 0. 0.].
if I set test batch size is 5,the result will be [ 1. 0. 0. 0. 1.].
Why is it different

@hwalsuklee
Copy link
Owner

Hi. I'm really sorry for late response.

I could not understand what your problem is.

Did you mean that final test accuracy is not the same when changing batch-size?

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