AndroidTensorFlowMachineLearningExample icon indicating copy to clipboard operation
AndroidTensorFlowMachineLearningExample copied to clipboard

No operation named [ipnode] in the Graph

Open IshaanRasri opened this issue 6 years ago • 0 comments

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)

IshaanRasri avatar Jun 25 '19 12:06 IshaanRasri