diff --git a/src/tutorials/beginner/01-getting-started.md b/src/tutorials/beginner/01-getting-started.md index 7272a807..994b7273 100644 --- a/src/tutorials/beginner/01-getting-started.md +++ b/src/tutorials/beginner/01-getting-started.md @@ -79,7 +79,7 @@ class Net(nn.Module): # Changed the output layer to output 10 classes instead of 1000 classes self.model = resnet18(num_classes=10) - # Changed the input layer to take grayscale images for MNIST instaed of RGB images + # Changed the input layer to take grayscale images for MNIST instead of RGB images self.model.conv1 = nn.Conv2d( 1, 64, kernel_size=3, padding=1, bias=False ) diff --git a/static/examples b/static/examples index 6d891723..64ebcac1 160000 --- a/static/examples +++ b/static/examples @@ -1 +1 @@ -Subproject commit 6d8917239eac8141bb7cc470e86b74ecabdb2af3 +Subproject commit 64ebcac12775cb81090f5a69ccc69976c607539e