Skip to content

Commit 05bc564

Browse files
authored
Merge pull request aws#304 from awslabs/comma-cifar
Add missing comma in tf cifar notebook.
2 parents e37174d + 199e2a8 commit 05bc564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard/tensorflow_resnet_cifar10_with_tensorboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"estimator = TensorFlow(entry_point='resnet_cifar_10.py',\n",
119119
" source_dir=source_dir,\n",
120120
" role=role,\n",
121-
" framework_version='1.6',\n"
121+
" framework_version='1.6',\n",
122122
" hyperparameters={'throttle_secs': 30},\n",
123123
" training_steps=1000, evaluation_steps=100,\n",
124124
" train_instance_count=2, train_instance_type='ml.c4.xlarge', \n",

0 commit comments

Comments
 (0)