Azure ML Model Profiling

Akash Singh 1 Reputation point
2021-06-17T13:52:47.69+00:00

I have a model already deployed on AzureML using AKS. Now i want to use the same model for Model Profiling so that we can set up an auto-scaler. But Model Profiling throws an error every time.

ERROR: UserWarning: Model Profiling operation failed with the following error: Model service has failed with status: CrashLoopBackOff: Back-off restarting failed. This may be caused by errors in your scoring file's init() function. Error logs URL: Log upload failed.

It says there is some problem in the init() function. But the same model is deployed on AKS.

And sometimes it shows an error is in the run() function.

ERROR: Too many scoring request failures experienced while testing the model.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,842 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.