Skip to content

Commit 782ebe6

Browse files
author
EC2 Default User
committed
links
1 parent 46b0888 commit 782ebe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sagemaker/part0_instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Using Amazon Sagemaker to ease training, evaluating, and deployment of MXNet mod
44
## 1. Model Research
55
Define and train model as usual in Jupter Notebook to ensure it works.
66

7-
Please open part1\_model\_research notebook to begin.
7+
Please open [part1\_model\_research.ipynb] to begin.
88

99

1010
## 2. Model Development for SageMaker
1111
Place model definition and training code into this [Sagemaker .py template](http://docs.aws.amazon.com/sagemaker/latest/dg/mxnet-training-inference-code-template.html).
1212

13-
Refactor the training code from part1\_model\_research into this template.
13+
Refactor the training code from [part1\_model\_research] into this template.
1414

1515
The primary change we will be making is to use MXNet's distributed training capabilities. For details, refer to [this guide](https://mxnet.incubator.apache.org/how_to/multi_devices.html).
1616

0 commit comments

Comments
 (0)