Cannot Create Batch Inference ParallelRunStep Pipeline

Shayne Williams 1 Reputation point
2021-12-15T14:48:41.297+00:00

Firstly, here is my entry script,
deploy model code,

157942-entry-sript.png

157933-deploy-model.png

My run keeps failing with the same errors157926-error.png157927-error2.png

I'm not sure if the entry script is failing to read the model or whether I have some authorisation issues.
I have made so many attempts by adding datasets used in config file with SAS tokens from the respective containers, I even have
owner authority access from containers and blob data reader etc, but nothing seems to work. Even when I register the model,
I don't seem to have an AZURE_MODEL_DIR enviroment variable. Any advice would be much welcome

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,587 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
308 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,996 Reputation points
    2022-01-03T18:21:01.383+00:00

    @Shayne Williams

    Hello,

    Hope your issue has been resolved and sorry we have not hear back from you. I will link some guidance below for reference and please let us know if you are still blocked by this.

    If you received auth issue but you think you have input the correct SAS, please check if you have the correct CORS setting.

    Batch Inference repo: https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/parallel-run/README.md

    Troubleshooting guidance: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-debug-parallel-run-step

    Hope this helps.

    Regards,
    Yutong

    0 comments No comments