Azure ML Model Profiling
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.