Skip to content

Commit 6770fbd

Browse files
author
Trevor Bye
committed
fixing link
1 parent fe1c02c commit 6770fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-train-chainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In this tutorial, the training script **chainer_mnist.py** is already provided f
8181

8282
To use Azure ML's tracking and metrics capabilities, add a small amount of Azure ML code inside your training script. The training script **chainer_mnist.py** shows how to log some metrics to your Azure ML run using the `Run` object within the script.
8383

84-
The provided training script uses example data from the chainer `datasets.mnist.get_mnist` function. For your own data, you may need to use steps such as [Upload dataset and scripts](how-to-train-keras.md#upload-dataset-and-scripts) to make data available during training.
84+
The provided training script uses example data from the chainer `datasets.mnist.get_mnist` function. For your own data, you may need to use steps such as [Upload dataset and scripts](how-to-train-keras.md) to make data available during training.
8585

8686
Copy the training script **chainer_mnist.py** into your project directory.
8787

0 commit comments

Comments
 (0)