Skip to content

Commit 0a5d3b9

Browse files
committed
remove specific env for better maintenance
1 parent 22144ae commit 0a5d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You use the general purpose `command` to run the training script and perform you
120120
- The inputs for this command include the number of epochs, learning rate, momentum, and output directory.
121121
- For the parameter values:
122122
1. Provide the compute cluster `gpu_compute_target = "gpu-cluster"` that you created for running this command.
123-
1. Provide the curated environment `AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu` that you initialized earlier.
123+
1. Provide the curated environment that you initialized earlier.
124124
1. If you're not using the completed notebook in the Samples folder, specify the location of the *pytorch_train.py* file.
125125
1. Configure the command line action itself—in this case, the command is `python pytorch_train.py`. You can access the inputs and outputs in the command via the `${{ ... }}` notation.
126126
1. Configure metadata such as the display name and experiment name, where an experiment is a container for all the iterations one does on a certain project. All the jobs submitted under the same experiment name would be listed next to each other in Azure Machine Learning studio.

0 commit comments

Comments
 (0)