-
Notifications
You must be signed in to change notification settings - Fork 77
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
VGG weight file not available on AWS #12
Comments
As far as I know, torchvision's VGG assumes RGB image input of pixel values [0,1] in contrast to the original VGG weights which assumes BGR image input with pixel values from [0,255]. Did that work out for you? |
Anyway, someone has already reported this issue to me. #10 I have uploaded the VGG16 weights here: https://drive.google.com/file/d/1a0sFcNEvmIy21PE0yp7tzJuU0vhhV0Ln/view?usp=sharing I will also update the readme as well as the notebooks with the appropriate link. Thank you for reporting. |
It seems to work, here's a shot of my training just before the end (below) using the pytorch weights as mentioned What I'm confused about is how your network successfully learns without clipping the
|
Interesting! Looks like it somehow worked, though I never had a result with artifacts like yours in upper right corner. I did add the VGG means
And yeah, I am also equally confused that I did not need to use a Tanh as output layer. In fact, Tanh produced really bad looking images . Search for |
got a
FORBIDDEN
response for the AWS file. switched to the weights file which is now included with torchvisionThe text was updated successfully, but these errors were encountered: