Skip to content

Commit c2f2d95

Browse files
authored
Merge pull request aws#364 from ChoiByungWook/patch-1
Fix image name
2 parents b983974 + 4fd06b5 commit c2f2d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_functionality/tensorflow_bring_your_own/tensorflow_bring_your_own.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"estimator = Estimator(role=role,\n",
431431
" train_instance_count=1,\n",
432432
" train_instance_type=instance_type,\n",
433-
" image_name='tensorflow_cifar10_example:latest',\n",
433+
" image_name='tensorflow-cifar10-example:latest',\n",
434434
" hyperparameters=hyperparameters)\n",
435435
"\n",
436436
"estimator.fit('file:///tmp/cifar-10-data')\n",

0 commit comments

Comments
 (0)