Open magafaterr opened 2 years ago
@magafaterr Which sample are you trying to run?
This one > https://github.com/microsoft/PowerApps-Samples/tree/master/ai-builder/BringYourOwnModelTutorial I just cloned the repository yesterday.
@JoeFernandezMS Are you able to help with this?
Thanks Jim - I believe @shankarrk should be able to help on this one.
@shankak We can discuss this internally. Lets understand if there is a problem with the sample code and get a fix applied. Keeping this open for now until we determine if a change is required for the sample code.
@shankak Please take a look at this.
Hi, any updates on this? I ran into the same problem. I debugged the script.py file and changed the file path to point to model path in my workspace. I found that the error occurs in the init() function, specifically in loading the onnx model via the onnx runtime.
Hi @shankak @JimDaly Are there any updates to this?
I've checked this issue and tried the suggested workaround https://github.com/microsoft/PowerApps-Samples/issues/231
I downgraded the azureml-core package to 1.38.0 and added pandas in the environment yml file and it resolved the ACI deployment issue related to onnxruntime.
Hello @JimDaly and community,
While running the SetupService.ipynb from my Azure workspace, I get the following error message for the LoC below,
LoC
Error
Updating service pneumonia-detection-onnx Tips: You can try get_logs(): https://aka.ms/debugimage#dockerlog or local deployment: https://aka.ms/debugimage#debug-locally to debug if deployment takes longer than 10 minutes. Running 2022-04-05 15:11:01+00:00 Creating Container Registry if not exists. 2022-04-05 15:11:01+00:00 Registering the environment. 2022-04-05 15:11:02+00:00 Use the existing image. 2022-04-05 15:11:02+00:00 Generating deployment configuration. 2022-04-05 15:11:03+00:00 Submitting deployment to compute. 2022-04-05 15:11:05+00:00 Checking the status of deployment pneumonia-detection-onnx.Service deployment polling reached non-successful terminal state, current service state: Failed Operation ID: c0714bf6-edd6-4f8b-97ae-df4ae75d8cfd More information can be found using '.get_logs()' Error: { "code": "AciDeploymentFailed", "statusCode": 400, "message": "Aci Deployment failed with exception: Your container application crashed. This may be caused by errors in your scoring file's init() function.
WebserviceException Traceback (most recent call last)