reneweb / react-native-tensorflow

A TensorFlow inference library for react native
Apache License 2.0
358 stars 59 forks source link

GraphDef-interpreting binary and generating binary are different #33

Closed satvinder-panesar closed 6 years ago

satvinder-panesar commented 6 years ago

What is the version of tensorflow used to generate pb file?

I am using tensorflow version 1.7.1 with react-native-tensorflow version 0.1.8 and getting error as stated in title.

shaktals commented 6 years ago

Same issue here.

jazzystring1 commented 6 years ago

Someone did a pull request for supporting tensorflow 1.8.0 since it only supports tensorflow 1.3.0. You can check it out.

reneweb commented 6 years ago

It is unfortunately not super straightforward to do the update - see my latest comment in the pr #28 and this issue #10