Skip to content

Commit 948310b

Browse files
authored
update mnist data description (aws#2781)
1 parent 2f71e4d commit 948310b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker_neo_compilation_jobs/tensorflow_distributed_mnist/tensorflow_distributed_mnist_neo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"output_path = \"/\".join(mnist_estimator.output_path.split(\"/\")[:-1])\n",
229229
"optimized_estimator = mnist_estimator.compile_model(\n",
230230
" target_instance_family=\"ml_c5\",\n",
231-
" input_shape={\"data\": [1, 784]}, # Batch size 1, 3 channels, 224x224 Images.\n",
231+
" input_shape={\"data\": [1, 784]}, # Batch size 1, 1 channel, 28*28 image size.\n",
232232
" output_path=output_path,\n",
233233
" framework=\"tensorflow\",\n",
234234
" framework_version=\"1.15.3\",\n",

0 commit comments

Comments
 (0)