Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with model train command . #10

Open
charanreddypruthvi opened this issue Mar 26, 2020 · 5 comments
Open

Issue with model train command . #10

charanreddypruthvi opened this issue Mar 26, 2020 · 5 comments

Comments

@charanreddypruthvi
Copy link

charanreddypruthvi commented Mar 26, 2020

Hi,

We are getting error when running the below command .
az ml run submit-script -c config/train --ct $(ml-ct) -e $(ml-exp) -t run.json train.py

@charanreddypruthvi
Copy link
Author

Attaching the error from the above command.

RunId: exp-test_1585213050_4dffac55
Web View:

Streaming azureml-logs/20_image_build_log.txt

Execution Summary

RunId: exp-test_1585213050_4dffac55
Web View:
ActivityFailedException:
Message: Activity Failed:
{
"error": {
"code": "UserError",
"message": "Unauthorized error encountered while attempting to connect to the container registry. Please try running resync keys on your workspace and retry.",
"details": []
},
"correlation": {
"operation": null,
"request": "55bbc7080497519c"
},
"environment": "westeurope",
"location": "westeurope",
"time": "2020-03-26T08:57:37.197425Z"
}
InnerException None
ErrorResponse
{
"error": {
"message": "Activity Failed:\n{\n "error": {\n "code": "UserError",\n "message": "Unauthorized error encountered while attempting to connect to the container registry. Please try running resync keys on your workspace and retry.",\n "details": []\n },\n "correlation": {\n "operation": null,\n "request": "55bbc7080497519c"\n },\n "environment": "westeurope",\n "location": "westeurope",\n "time": "2020-03-26T08:57:37.197425Z"\n}"
}
}

@charanreddypruthvi charanreddypruthvi changed the title run.json file missing Issue with model train command . Mar 26, 2020
@csiebler
Copy link
Member

Looks like a permission problem with the Service Connection in Azure DevOps. Can you check if the connection is functioning?

@charanreddypruthvi
Copy link
Author

Do we need to create any service connection for pulling the base image as well ?

@jpe316
Copy link
Contributor

jpe316 commented Apr 8, 2020

Looks like a transient issue to me - can you try resync of keys? @akshaya-a / @keriehm ideas?

@mkrdip
Copy link

mkrdip commented Apr 19, 2020

@charanreddypruthvi I have faced the same issue. From where are you pulling the base image? You can have a look at my self-closed issue #12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants