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!
ScriptRunConfig? You can callworkspace.from_config()and authenticate no problem, right? Can you ping that domain from the terminal? I wonder if it’s a firewall config issue... - Anders Swanson