Skip to content

Commit 8d230dd

Browse files
authored
Merge pull request #92533 from moutai/patch-1
Use correct pytorch-env.yml filename instead of pytorch-aml-env.yml
2 parents b952043 + 43c3a5f commit 8d230dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-1st-experiment-sdk-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Make sure you save this file before you submit the run.
365365
366366
### <a name="submit-again"></a> Submit the run to Azure Machine Learning
367367
368-
Select the tab for the *run-pytorch.py* script, then select **Save and run script in terminal** to re-run the *run-pytorch.py* script. Make sure you've saved your changes to `pytorch-aml-env.yml` first.
368+
Select the tab for the *run-pytorch.py* script, then select **Save and run script in terminal** to re-run the *run-pytorch.py* script. Make sure you've saved your changes to `pytorch-env.yml` first.
369369

370370
This time when you visit the studio, go to the **Metrics** tab where you can now see live updates on the model training loss! It may take a 1 to 2 minutes before the training begins.
371371

0 commit comments

Comments
 (0)