Hello!
I've found the solution for this issue, you just need to downgrade your python version to 3.6 in your app config.
python==3.6.9
tensorflow==1.14.0
tf-sentencepiece==0.1.85
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello!
I'm trying to deploy a machine learning model as a flask api on azure(LINUX VM) using azure deploy as a web app service. I've been getting tf framework error due to tf-sentencepiece lib that I'm importing in my model.
Tensorflow==1.14
tf-sentencepiece==0.1.85
P.s- The model runs fine on mac OS.
Below is the error I've been getting.
module style="box-sizing:border-box;">tensorflow.python.framework.errors_impl.NotFoundError:
/antenv/lib/python3.7/site-packages/tf_sentencepiece/_sentencepiece_processor_ops.so.1.14.0: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
Any support or guidance will be much appreciated.
regards,
Shubham
Hello!
I've found the solution for this issue, you just need to downgrade your python version to 3.6 in your app config.
python==3.6.9
tensorflow==1.14.0
tf-sentencepiece==0.1.85