-
-
Notifications
You must be signed in to change notification settings - Fork 482
About VGG16 pretrained model #52
Comments
I wanted to reproduce the same result as the original paper, and since pytorch uses different implementation for vgg (pytorch normalizes pixel value from 0 to 1), I decided to copy weights from caffe. |
I have tried to use the pretrained vgg from torchvision for several times but failed to achieve the same result. |
The mean iu with the pretrained vgg from torchvision is 60~62. Maybe I haven't found a good set of hyperparameters. |
It seems that this issue is not the problem of pytorch-fcn in actual. Please request me to reopen this if you need. |
@zijundeng Did you ever find good hyperparameters for the torchvision vgg16? I'm having some issues training it |
Can you help me ? why i use the vgg16_from caffe model to train , the result of testing is zero? @zijundeng |
Hi @wkentaro , I see that you use the vgg16 pretrained model from caffe. I wonder that why you do not use a pretrained one provided by torchvision. Is the pretrained one from caffe better?
Thanks.
The text was updated successfully, but these errors were encountered: