-
Notifications
You must be signed in to change notification settings - Fork 15
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
Is perceptual loss using a random initialized VGG? #6
Comments
In fact, there is no need to load the pre-trained vgg, because the pre-trained vgg_lpips will be loaded later, which will overwrite the previous weights. |
Thanks for your reply. Would you mind sharing me the code of loading the pre-trained vgg_lpips in this codebase? |
pre-trained vgg_lpips will be auto download in this function Line 48 in f3976d8
|
Hi, thanks for sharing the code. Here seems that you are using a
pretrained=False
VGG network. I wonder if this is the common practice? ThanksThe text was updated successfully, but these errors were encountered: