bearpaw / pytorch-classification

Classification with PyTorch.
MIT License
1.69k stars 563 forks source link

The parameters count is different from torchsion resnet. #41

Open ShawnNew opened 4 years ago

ShawnNew commented 4 years ago

I know that the resnet20 implementation has some modifications, but why the parameters count is different from torchvision by a large margin (0.79M vs. 11.6M). It is a huge difference.