pacchomp
pacchomp
火速公布训练代码
> > Hello, is there any result of training by resnet? I am trying to train with a pretrained Resnet152 model import from torchvision, but the weights are not matched....
> download pretrained model https://download.pytorch.org/models/resnet152-b121ed2d.pth or https://download.pytorch.org/models/resnet50-19c8e357.pth and then modify 121 line in train.py as follows: `pretrained_dict = base_weights` `model_dict = net.resnet.state_dict()` `pretrained_dict = {k:v for k,v in pretrained_dict.items() if...
> 这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 你好,请问您休假结束了吗