JianJuly

Results 2 comments of JianJuly

sorry but i didnot find a solution for using pretrained resnet @wyli

@Borda I found a solution from [https://github.com/Tencent/MedicalNet](https://github.com/Tencent/MedicalNet). This code works. ```python import torch from torch import nn import torch import torch.nn as nn import torch.nn.functional as F from torch.autograd import...