Ask Your Question

Revision history [back]

Cannot use Tensorflow model with batch normalization

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?

click to hide/show revision 2
retagged

updated 2019-08-20 03:54:27 -0600

berak gravatar image

Cannot use Tensorflow model with batch normalization

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?