Skip to content

Commit e43ba90

Browse files
authored
Merge pull request #230 from matthieudelaro/patch-1
Fix typo
2 parents 3c4dbee + 5af0774 commit e43ba90

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
@@ -7,7 +7,7 @@
77
"# ResNet CIFAR-10 with tensorboard\n",
88
"\n",
99
"This notebook shows how to use TensorBoard, and how the training job writes checkpoints to a external bucket.\n",
10-
"The model used for this notebook is a RestNet model, trained with the CIFAR-10 dataset.\n",
10+
"The model used for this notebook is a ResNet model, trained with the CIFAR-10 dataset.\n",
1111
"See the following papers for more background:\n",
1212
"\n",
1313
"[Deep Residual Learning for Image Recognition](https://arxiv.org/pdf/1512.03385.pdf) by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, Dec 2015.\n",

0 commit comments

Comments
 (0)