Skip to content

Commit f9de3ce

Browse files
authored
Update tensorflow_multi_worker_mirrored_strategy.ipynb dataset
1 parent c3f22ce commit f9de3ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

training/distributed_training/tensorflow/multi_worker_mirrored_strategy/tensorflow_multi_worker_mirrored_strategy.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
"source": [
6363
"## Training Data\n",
6464
"\n",
65-
"We will use the MNIST dataset has been already loaded to the public S3 buckets ``sagemaker-sample-data-<REGION>`` under the prefix ``tensorflow/mnist``. There are four ``.npy`` file under this prefix:\n",
66-
"* ``train_data.npy``\n",
67-
"* ``eval_data.npy``\n",
68-
"* ``train_labels.npy``\n",
69-
"* ``eval_labels.npy``"
65+
"We will use the MNIST dataset has been already loaded to the public S3 buckets ``sagemaker-example-files-prod-<REGION>`` under the prefix ``datasets/image/MNIST``. There are four ``.npy`` file under this prefix:\n",
66+
"* ``input_train.npy``\n",
67+
"* ``input_test.npy``\n",
68+
"* ``input_train_labels.npy``\n",
69+
"* ``input_test_labels.npy``"
7070
]
7171
},
7272
{
@@ -77,7 +77,7 @@
7777
},
7878
"outputs": [],
7979
"source": [
80-
"training_data_uri = \"s3://sagemaker-sample-data-{}/tensorflow/mnist\".format(region)"
80+
"training_data_uri = \"s3://sagemaker-example-files-prod-{}/datasets/image/MNIST/numpy\".format(region)"
8181
]
8282
},
8383
{
@@ -127,7 +127,7 @@
127127
"source": [
128128
"from sagemaker.tensorflow import TensorFlow\n",
129129
"\n",
130-
"local_mode = True\n",
130+
"local_mode = False\n",
131131
"\n",
132132
"if local_mode:\n",
133133
" instance_type = \"local_gpu\"\n",

0 commit comments

Comments
 (0)