I am making an api with a container in Azure App Service, I have a machine learning model in .h5 format, I am leaving the model in the internal storage of the container, but when I open the model with the load_model() function Keras, it loads and gives an error, the error is not related to the internet, I suppose it is the loading time. Any idea what I can do to solve it?
I’ve tried everything but I can’t get the error
New contributor
Bruno Zenobio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.