Skip to content

Commit 43c3a5f

Browse files
authored
Use correct pytorch-env.yml filename instead of pytorch-aml-env.yml
tiny change to save people from a headache when using the tutorial. pytorch-aml-env.yml does not exist at this point of the tutorial. replace with the correct existing filename: pytorch-env.yml. or rename all the conda env files of the tutorial to pytorch-aml-env.yml for consistency.
1 parent 86ef3e3 commit 43c3a5f

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
@@ -363,7 +363,7 @@ Make sure you save this file before you submit the run.
363363
364364
### <a name="submit-again"></a> Submit the run to Azure Machine Learning
365365
366-
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.
366+
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.
367367

368368
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.
369369

0 commit comments

Comments
 (0)