Make a NN work in 3.3.0 out of Tensorflow

asked 2017-11-08 03:09:50 -0600

Robb gravatar image

updated 2017-11-08 04:07:29 -0600

Hi, I already verified that the retrained NN (Tensorflow retrain script) are working in 3.3.1 but because i'am dependent on a wrapper i have to make it work somehow in 3.3.0. So my question would be: Does anyone know the specifications to make a NN work with the importer provided in 3.3.0? If, at all possible, what do you need to cut out of a Tensorflow NN that was created with the retrain script? If i train a NN from scratch what layers will not work? Any caffe or Torch specifications because all NN i tried in 3.3.0 basically crash?

A question that was the result of readNetFromTensorflow fails on retrained NN

I know of course this list Opencv Doku but a retrained CNN in tensorflow has on paper nothing I'am not seeing there. Also it is not clear if 3.3.1 changes are in it.

edit retag flag offensive close merge delete