Skip to content

Commit 2aea3cf

Browse files
chore: update submodules (#185)
Co-authored-by: vfdev-5 <[email protected]>
1 parent 6c084b4 commit 2aea3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tutorials/beginner/01-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Net(nn.Module):
7979
# Changed the output layer to output 10 classes instead of 1000 classes
8080
self.model = resnet18(num_classes=10)
8181

82-
# Changed the input layer to take grayscale images for MNIST instaed of RGB images
82+
# Changed the input layer to take grayscale images for MNIST instead of RGB images
8383
self.model.conv1 = nn.Conv2d(
8484
1, 64, kernel_size=3, padding=1, bias=False
8585
)

0 commit comments

Comments
 (0)