Skip to content

Commit 51842d7

Browse files
Merge pull request #218761 from pritamso/Broken-link-fix-balapv
Broken link removed
2 parents 00206a5 + c7154af commit 51842d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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](https://azuremlexamples.blob.core.windows.net/datasets/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`.
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)

articles/machine-learning/migrate-to-v2-command-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2.
9393
For more information, see:
9494

9595
* [V1 - Experiment](/python/api/azureml-core/azureml.core.experiment)
96-
* [V2 - Command Job](/python/api/azure-ai-ml/azure.ai.ml.md#azure-ai-ml-command)
96+
* [V2 - Command Job](/python/api/azure-ai-ml/azure.ai.ml#azure-ai-ml-command)
9797
* [Train models with the Azure ML Python SDK v2](how-to-train-sdk.md)

0 commit comments

Comments
 (0)