react-native-tensorflow
react-native-tensorflow copied to clipboard
What is the model and graph of your project?
Hi there,
I had successfully tested your project using react-native int. But when I want to use another graph.pb, it sends me this error:
NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=
; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: Preprocessor/map/TensorArray_2 = TensorArrayV3clear_after_read=true, dtype=DT_INT32, dynamic_size=false, element_shape= , identical_element_shapes=true, tensor_array_name="" . (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.)
How can I know the model is suitable for your library?
Any help will be appreciated! Thanks in advance!
Besides, can you write a description for the usage of the other functions and classes in your library? Thanks in advance.
Sorry for late response. I suppose this is because the version is not compatible with the Tensorflow version that is used for this lib which is a bit outdated - updating is unfortunately not super straight forward https://github.com/reneweb/react-native-tensorflow/issues/26