Skip to content

Commit 5b9c7f9

Browse files
author
Yuval Fernbach
committed
Bug Fix
1 parent 02cdafa commit 5b9c7f9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

4_Deploying_your_TensorFlow_model.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"metadata": {},
6161
"outputs": [],
6262
"source": [
63-
"estimator = estimator.attach(training_job_name=) ## Configure with your previous cifar10 job name"
63+
"estimator = estimator.attach(training_job_name=) ## Configure with your previous cifar10 job name (First Completed job. You can find that name from the SageMaker console"
6464
]
6565
},
6666
{
@@ -210,8 +210,17 @@
210210
"nbconvert_exporter": "python",
211211
"pygments_lexer": "ipython3",
212212
"version": "3.6.5"
213+
},
214+
"pycharm": {
215+
"stem_cell": {
216+
"cell_type": "raw",
217+
"source": [],
218+
"metadata": {
219+
"collapsed": false
220+
}
221+
}
213222
}
214223
},
215224
"nbformat": 4,
216225
"nbformat_minor": 2
217-
}
226+
}

0 commit comments

Comments
 (0)