You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 4_Deploying_your_TensorFlow_model.ipynb
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
"metadata": {},
61
61
"outputs": [],
62
62
"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"
0 commit comments