Skip to content

Commit 394bb3c

Browse files
authored
Fix default input channel name in mxnet README (#333)
* Change the default channel name from 'train' to 'training'
1 parent f4021f9 commit 394bb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/mxnet/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Required argument
171171
- ``inputs``: This can take one of the following forms: A string
172172
s3 URI, for example ``s3://my-bucket/my-training-data``. In this
173173
case, the s3 objects rooted at the ``my-training-data`` prefix will
174-
be available in the default ``train`` channel. A dict from
174+
be available in the default ``training`` channel. A dict from
175175
string channel names to s3 URIs. In this case, the objects rooted at
176176
each s3 prefix will available as files in each channel directory.
177177

0 commit comments

Comments
 (0)