Loading old FastAI XResNet50 pretrained weights into newer XResNet implementation
PyTorch Forums
Loading old FastAI XResNet50 pretrained weights into newer XResNet implementation
Loading old FastAI XResNet50 pretrained weights into newer XResNet implementation Hi, I am using FastAI with xresnet50 as the encoder of a DynamicUnet, and I am having trouble correctly loading the FastAI pretrained XResNet50 weights. The pretrained checkpoint is: xrn50_940.pth from the FastAI model zoo. The checkpoint appears to use an older XResNet naming structure, for example: 4.0.convs.0.0.weight 4.0.idconv.0.weight while the XResNet50 model in my FastAI installation uses keys such a...
0 comments
No comments yet.