I run an experiment in the azure ml service using an associated VM, but the experiment status is as follows:
Job runstatus is NotStarted

ID execution 75ff42c9-2fbd-48c2-beec-b72aa38f1d00
I run an experiment in the azure ml service using an associated VM, but the experiment status is as follows:
Job runstatus is NotStarted

ID execution 75ff42c9-2fbd-48c2-beec-b72aa38f1d00
Hello,
Thanks for reaching out to us. I just check on my side and there is no problem for me.
Are you referring below two guidance to train and deploy your pipeline?
https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-train-score
https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-deploy
Is there any guidance you are following so that we can help investigate more?
Regards,
Yutong
Hi,
I'm not using the designer or Azure ML Studio, I'm building the pipeline trough code in python.
I'm followig this tutorial:
https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/training/train-on-remote-vm/train-on-remote-vm.ipynb
I have a Remote VM ( (ubuntu 18.04)) which has a VPN connected, I'm trying to use this VM to execute a script but In the pipeline it does not initiate.
In addition to this, any of the experiment I have sent were completed. In the image we can clearly see that it says duration 16 h until i have to cancel the experiment. whereas the script only have to print a string for testing

9 people are following this question.