android - Cordova Tensorflow Plugin update library not working -


i using cordova tensorflow plugin can found here.

using inception v1 model default library gives prediction results. when using inception v3 model throws below error:

"op batchnormwithglobalnormalization not available in graphdef version 21. has been removed in version 9. user tf.nn.batch_normalization()."

what might error? plugin using older versions of .so files android?

note: building app android platform


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -