Skip to content

Commit

Permalink
Update vgg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jul 7, 2023
1 parent 7d522b0 commit fb49feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/fast_neural_style/vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ def forward(self, X):
vgg_outputs = namedtuple("VggOutputs", ["relu1_2", "relu2_2", "relu3_3", "relu4_3"])
out = vgg_outputs(h_relu1_2, h_relu2_2, h_relu3_3, h_relu4_3)
return out

0 comments on commit fb49feb

Please sign in to comment.