You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tutorials/beginner_source/blitz/neural_networks_tutorial.py
The figure of the network that classifies digit images shows 16@5x5 in S4
So it should be self.fc1 = nn.Linear(16 * 5 * 5, 120) in line 15.