Skip to content

Commit 2f88dff

Browse files
andrewortmanPiali Das
authored and
Piali Das
committed
Typo in READMEs regarding train_max_run parameter (aws#335)
* Updating misdocumentation in tensorflow/chainer/pytorch/mxnet README train_max_run argument in the constructor is in seconds, not hours
1 parent 1c2d25d commit 2f88dff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/sagemaker/chainer/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following are optional arguments. When you create a ``Chainer`` object, you
158158
- ``train_volume_size`` Size in GB of the EBS volume to use for storing
159159
input data during training. Must be large enough to store training
160160
data if input_mode='File' is used (which is the default).
161-
- ``train_max_run`` Timeout in hours for training, after which Amazon
161+
- ``train_max_run`` Timeout in seconds for training, after which Amazon
162162
SageMaker terminates the job regardless of its current status.
163163
- ``input_mode`` The input mode that the algorithm supports. Valid
164164
modes: 'File' - Amazon SageMaker copies the training dataset from the

src/sagemaker/mxnet/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following are optional arguments. When you create an ``MXNet`` object, you c
136136
- ``train_volume_size`` Size in GB of the EBS volume to use for storing
137137
input data during training. Must be large enough to store training
138138
data if input_mode='File' is used (which is the default).
139-
- ``train_max_run`` Timeout in hours for training, after which Amazon
139+
- ``train_max_run`` Timeout in seconds for training, after which Amazon
140140
SageMaker terminates the job regardless of its current status.
141141
- ``input_mode`` The input mode that the algorithm supports. Valid
142142
modes: 'File' - Amazon SageMaker copies the training dataset from the

src/sagemaker/pytorch/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
187187
- ``train_volume_size`` Size in GB of the EBS volume to use for storing
188188
input data during training. Must be large enough to store training
189189
data if input_mode='File' is used (which is the default).
190-
- ``train_max_run`` Timeout in hours for training, after which Amazon
190+
- ``train_max_run`` Timeout in seconds for training, after which Amazon
191191
SageMaker terminates the job regardless of its current status.
192192
- ``input_mode`` The input mode that the algorithm supports. Valid
193193
modes: 'File' - Amazon SageMaker copies the training dataset from the

src/sagemaker/tensorflow/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ you can specify these as keyword arguments.
414414
- ``train_volume_size (int)`` Size in GB of the EBS volume to use for storing
415415
input data during training. Must be large enough to the store training
416416
data.
417-
- ``train_max_run (int)`` Timeout in hours for training, after which Amazon
417+
- ``train_max_run (int)`` Timeout in seconds for training, after which Amazon
418418
SageMaker terminates the job regardless of its current status.
419419
- ``output_path (str)`` S3 location where you want the training result (model
420420
artifacts and optional output files) saved. If not specified, results

0 commit comments

Comments
 (0)