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