AndroidTensorFlowMachineLearningExample
AndroidTensorFlowMachineLearningExample copied to clipboard
No operation named [ipnode] in the Graph
I have completed training the dataset using TensorFlow and I am freezing the model. A protobuffer file(.pb) has been created and I am providing the same to Android Studio.
After running the app I am getting the following error:"No operation named [ipnode] in the Graph".
TechStack: Spyder(Python 3.7) Tensorflow version-1.13.1 Android Studio version- 3.4 compile SDKVersion is 28 and TargetVersion is 28 in build.grade (Module:app)