You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: