pytorch-cifar icon indicating copy to clipboard operation
pytorch-cifar copied to clipboard

not a really issue, but a warning

Open ozgurovic opened this issue 4 years ago • 1 comments

in resnet, self.conv1; the kernel size should be 7 and padding 3 accordingly (if you want to implement the exact same architecture with original resnet). in your implementation, it is 3.

ozgurovic avatar Mar 19 '20 15:03 ozgurovic

I think considering that the input image size in CIFAR-10 is only 32x32, not using the original kernel size 7x7 in the official resnet could maybe should be more resonable

Andrew-Ma-2001 avatar May 22 '21 06:05 Andrew-Ma-2001