I have a simple convolution network model made with Keras and Tensorflow 1.14 The model is saved as constant graph in binary .pb format
The model loads successfully but the calculations are not correct after the first batch norm layer
I am using OpenCV 3.4
Anyone encountered or heard a similar problem?