Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beginner_source/introyt/modelsyt_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def forward(self, x):
# We saw convolutional layers in action in LeNet5 in an earlier video:
#

import torch.functional as F
import torch.nn.functional as F


class LeNet(torch.nn.Module):
Expand Down