Bug. Bad implement.
aiboys opened this issue · 2 comments
I found a bug in cifa-resnet.
I changed Avgpool2d(8,stride=1)
to AdaptiveAvgPool2d(1)
that is actually correct.
Besides, Thx for your contribution of opening resource.I am going to use this repo to build my own distillation algorithm. But to be honestly, it seems that there are some '' so big'' bugs in this repo. So chould you plz tell me if all your experiments are done correctly by using this repo? I am so confused about that.
Hi @aiboys ,
I am not sure why you consider Avgpool2d(8, stride=1)
as a bug and bad implementation since the implementation is based the official implementation of ResNet for CIFAR datasets as given here
Could you also provide more info about where you find "so big" bugs in this repo? I used this repo to perform all the experiments I reported. For those reported in my torchdistill paper, I also provided log and config files for the results.