I've got weird issue related to Batch Normalization
I'm training a small neural network using Tensorflow 1.10.
The training process goes well and I get expected results, but it works weirdly in the validation or in the testing process. I'm checking out my code multiple times, but can't find the reason.
Why I'm getting different results in the training and validation process.