Skip to content

Commit d263223

Browse files
Additional updates
1 parent 87037e5 commit d263223

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

articles/machine-learning/tutorial-setup-vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Now that you have signed into Azure with your account credentials, Use the steps
6868
1. Select your Azure subscription.
6969
1. From the list of environments, select **Conda dependencies file**.
7070
1. Press **Enter** to browse the Conda dependencies file. This file contains the dependencies required to run your script. In this case, the dependencies file is the `env.yml` file inside the `mnist-vscode-docs-sample` directory.
71-
1. Press **Enter** to browse the script file to run on the compute. This is the file that contains code to a machine learning model that categorize images of handwritten digits. In this case, the script to train the model is the `train.py` file inside the `mnist-vscode-docs-sample` directory.
71+
1. Press **Enter** to browse the training script file. This is the file that contains code to a machine learning model that categorize images of handwritten digits. In this case, the script to train the model is the `train.py` file inside the `mnist-vscode-docs-sample` directory.
7272

7373
1. At this point, a configuration file similar to the one below appears in the text editor. The configuration contains the information required to run the training job like the file that contains the code to train the model and any Python dependencies specified in the previous step.
7474

0 commit comments

Comments
 (0)