Skip to content

Commit

Permalink
chore: update submodules (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: vfdev-5 <vfdev-5@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and vfdev-5 authored Sep 24, 2023
1 parent 6c084b4 commit 2aea3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tutorials/beginner/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion static/examples

0 comments on commit 2aea3cf

Please sign in to comment.