Skip to content

Commit

Permalink
Update examples/fast_neural_style/vgg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jul 6, 2023
1 parent d52e94b commit 7d522b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/fast_neural_style/vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from torchvision import models
from torchvision.models.vgg16 import VGG16_Weights


class Vgg16(torch.nn.Module):
def __init__(self, requires_grad=False):
super(Vgg16, self).__init__()
Expand Down

0 comments on commit 7d522b0

Please sign in to comment.