tensorflow-mnist-cnn icon indicating copy to clipboard operation
tensorflow-mnist-cnn copied to clipboard

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

Open sybilWsybil opened this issue 8 years ago • 1 comments
trafficstars

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

sybilWsybil avatar Jun 19 '17 03:06 sybilWsybil

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?

hwalsuklee avatar Jul 12 '17 11:07 hwalsuklee