RoCL icon indicating copy to clipboard operation
RoCL copied to clipboard

pretrained model using

Open ansleepykid opened this issue 4 years ago • 1 comments

how can i use a pretrained model at first? your model is different from normal resnet networks, do you train any model as pretrained model and how can I git it

ansleepykid avatar Feb 23 '21 02:02 ansleepykid

I think your error is related with this line.

model.load_state_dict(new_state_dict)

I changed the above line to below.

model.load_state_dict(new_state_dict, strict=False)

y0-0n avatar Jun 23 '22 14:06 y0-0n