Reputation: 11
I'm getting this error message when training any of my ML models in AML
(run = exp.submit(src))
Unable to create recipe: Service invocation failed! Request: POST https://cert-westus2.experiments.azureml.net/rp/workspaces/s
Training for these models was working fine last week.
Thanks for your help!
Upvotes: 1
Views: 530
Reputation: 1
Can you confirm that the acr associated with your workspace has admin account enabled? Our logs indicate that admin account might be disabled on your workspace ACR.
Upvotes: 0
Reputation: 3971
transient issues do happen from time to time. one suggestion -- try deleting and recreating the compute target.
Upvotes: 1