network-slimming
network-slimming copied to clipboard
Question about resnet50
Hi Eric, Since I need to train a ResNet50 with less parameter, i read the code of definition of ResNet in your code. I found that it is pretty different from official code of Pytorch torchvision model. Could you please tell how i can change the code so i can train a pruned ResNet50?
The official torchvision contains the ResNet model for ImageNet dataset. While our code is for CIFAR-10 and CIFAR-100, this is why the model definition is different.
Hi Eric, Since I need to train a ResNet50 with less parameter, i read the code of definition of ResNet in your code. I found that it is pretty different from official code of Pytorch torchvision model. Could you please tell how i can change the code so i can train a pruned ResNet50?
Hi,have you trained it in ResNet50?