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
Post a Comment