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 am using this plugin in one of my apps built with ionic 2 for android.
When i used the inception V1 model I get the prediction results.
But as soon as I try to use the inception v3 model I get an error saying
"Op BatchNormWithGlobalNormalization is not available in GraphDef version 21. It has been removed in version 9. User tf.nn.batch_normalization()."
My guess it we need to update the .so files and the .jar file. I tried to do that but it didn't work, could anyone please guide me in the direction?
Any help is appreciated. Thanks in Advance.
Edit 1:
When using mobile net model (self trained) getting error as-
"Problem reading labels file!"
The text was updated successfully, but these errors were encountered:
I am using this plugin in one of my apps built with ionic 2 for android.
When i used the inception V1 model I get the prediction results.
But as soon as I try to use the inception v3 model I get an error saying
"Op BatchNormWithGlobalNormalization is not available in GraphDef version 21. It has been removed in version 9. User tf.nn.batch_normalization()."
My guess it we need to update the .so files and the .jar file. I tried to do that but it didn't work, could anyone please guide me in the direction?
Any help is appreciated. Thanks in Advance.
Edit 1:
When using mobile net model (self trained) getting error as-
"Problem reading labels file!"
The text was updated successfully, but these errors were encountered: