Skip to content

Commit d4efd0b

Browse files
author
Yuval Fernbach
committed
Typo fix
1 parent 867667e commit d4efd0b

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

1_Monitoring_your_TensorFlow_scripts.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,22 @@
117117
")"
118118
]
119119
},
120+
{
121+
"cell_type": "code",
122+
"execution_count": null,
123+
"outputs": [],
124+
"source": [
125+
"# Configure the dataset location variable\n",
126+
"dataset_location = sagemaker_session.upload_data(path='data', key_prefix='data/DEMO-cifar10')\n",
127+
"display(dataset_location)"
128+
],
129+
"metadata": {
130+
"collapsed": false,
131+
"pycharm": {
132+
"name": "#%%\n"
133+
}
134+
}
135+
},
120136
{
121137
"cell_type": "code",
122138
"execution_count": null,

2_Using_Pipemode_input_for_big_datasets.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,22 @@
136136
")"
137137
]
138138
},
139+
{
140+
"cell_type": "code",
141+
"execution_count": null,
142+
"outputs": [],
143+
"source": [
144+
"# Configure the dataset location variable\n",
145+
"dataset_location = sagemaker_session.upload_data(path='data', key_prefix='data/DEMO-cifar10')\n",
146+
"display(dataset_location)"
147+
],
148+
"metadata": {
149+
"collapsed": false,
150+
"pycharm": {
151+
"name": "#%%\n"
152+
}
153+
}
154+
},
139155
{
140156
"cell_type": "code",
141157
"execution_count": null,

3_Distributed_training_with_Horovod.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,22 @@
137137
")"
138138
]
139139
},
140+
{
141+
"cell_type": "code",
142+
"execution_count": null,
143+
"outputs": [],
144+
"source": [
145+
"# Configure the dataset location variable\n",
146+
"dataset_location = sagemaker_session.upload_data(path='data', key_prefix='data/DEMO-cifar10')\n",
147+
"display(dataset_location)"
148+
],
149+
"metadata": {
150+
"collapsed": false,
151+
"pycharm": {
152+
"name": "#%%\n"
153+
}
154+
}
155+
},
140156
{
141157
"cell_type": "code",
142158
"execution_count": null,

0 commit comments

Comments
 (0)