Resnet with pre-trained initialization
dpetrini opened this issue · 0 comments
dpetrini commented
Hi,
Thanks for providing this code. Is very useful.
I have one doubt:
Why init resnet with image net once we want to obtain weights which are not based in Image net weights,?
As in line:
resnet = models.resnet50(pretrained=True)
Thanks.