question

TobyTan-0337 avatar image
0 Votes"
TobyTan-0337 asked romungi-MSFT commented

Azure ML: User errors were found in at least one of the child runs

Hi, I am trying to perform hyperparameter tuning, but I keep getting the error in my Question Title. I am new to Azure, and I am not sure if it is some error in my script. Could someone advise please?

129278-image.png

129364-image.png

129328-image.png

129373-image.png


azure-machine-learning
image.png (63.5 KiB)
image.png (73.3 KiB)
image.png (68.8 KiB)
image.png (50.8 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@TobyTan-0337 I think the issue is with your training script. I don't think the main() or other methods are defined. If you look at the sample notebook available for hyperparameter training the sample training script contains the required structure. I think it would be easier to debug if you follow the structure of this github sample which will kickoff the training run when the experiment is submitted.


0 Votes 0 ·

@TobyTan-0337 Did you get a chance to correct the script and try the scenario again as mentioned in the sample notebook?

0 Votes 0 ·

0 Answers