react-native-tensorflow
react-native-tensorflow copied to clipboard
Can i use my own models
i have trained a tensorflow model to identify language how can i use it
I think you should put your grph in this below;
model: require('./assets/tensorflow_inception_graph.pb'),
I trained my own model but I got some error. I don't know why, I am trying to solve it now. fyi
What is tensorflow_inception_graph.pb? And how i can generate this .pb file? Because i just know model.tflile