Skip to content

Commit 4fd06b5

Browse files
author
Dan
authored
Fix image name
Image name wasn't consistent.
1 parent b983974 commit 4fd06b5

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)