react-native-tensorflow
react-native-tensorflow copied to clipboard
A TensorFlow inference library for react native
Results
22
react-native-tensorflow issues
Sort by
recently updated
recently updated
newest added
As raised in issue [#20](https://github.com/reneweb/react-native-tensorflow/issues/20), it impossible to feed the same model twice when using the regular RNTensorFlowInference API from the package. Therefore I had to close the model and...
Is it possible to replace TensorFlow with TensorFlow Lite without completely breaking the code? I'm just concerned about the larger .apk files sizes when using the entire TensorFlow library.