tensorflow-mnist-cnn
tensorflow-mnist-cnn copied to clipboard
If I change test batch size,the result will be difference
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
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?