Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about VGGLoss in models/external_function.py #19

Open
kanthprashant opened this issue Apr 13, 2023 · 0 comments
Open

Question about VGGLoss in models/external_function.py #19

kanthprashant opened this issue Apr 13, 2023 · 0 comments

Comments

@kanthprashant
Copy link

kanthprashant commented Apr 13, 2023

Hi,

Thank you for this amazing repository. I had one question about implementation of VGG19() in external_function.py, If you look at line 362-363, shouldn't it be "relu3_3":
for x in range(14, 16): self.relu3_3.add_module(str(x), features[x]) ,
currently it is written as self.relu3_2.add_module(str(x), features[x]) and has been repeated twice.

Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant