pytorch-cifar100
pytorch-cifar100 copied to clipboard
shouldn't group in_channels inside 1x1 conv
nn.Conv2d(in_channels, C * D, kernel_size=1, groups=C, bias=False),
doesn't make sense.
yeah, I was confused by this too, it's inconsistent to the paper.
Has this issue been confirmed or fixed?