Skip to content

Commit 5eeeaa5

Browse files
authored
Broken link removed
1 parent 872889d commit 5eeeaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ AzureML allows you to either use a curated (or ready-made) environment or create
103103
In this section, we'll begin by introducing the data for training. We'll then cover how to run a training job, using a training script that we've provided. You'll learn to build the training job by configuring the command for running the training script. Then, you'll submit the training job to run in AzureML.
104104

105105
### Obtain the training data
106-
You'll use data that is stored on a public blob as a [zip file](https://azureopendatastorage.blob.core.windows.net/testpublic/temp/fowl_data.zip). This dataset consists of about 120 training images each for two classes (turkeys and chickens), with 100 validation images for each class. The images are a subset of the [Open Images v5 Dataset](https://storage.googleapis.com/openimages/web/index.html). We'll download and extract the dataset as part of our training script `pytorch_train.py`.
106+
You'll use data that is stored on a public blob as a zip file. This dataset consists of about 120 training images each for two classes (turkeys and chickens), with 100 validation images for each class. The images are a subset of the [Open Images v5 Dataset](https://storage.googleapis.com/openimages/web/index.html). We'll download and extract the dataset as part of our training script `pytorch_train.py`.
107107

108108
### Prepare the training script
109109

@@ -256,4 +256,4 @@ In this article, you trained and registered a deep learning neural network using
256256

257257
- [Track run metrics during training](how-to-log-view-metrics.md)
258258
- [Tune hyperparameters](how-to-tune-hyperparameters.md)
259-
- [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)
259+
- [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

0 commit comments

Comments
 (0)