Closed zhuyiche closed 5 years ago
The problem could be with the 'F.dropout' function in the issue below!
Unfortunately I currently do not have any access to GPUs this semester :(
Will attend to the issue after June!
Hi, i have checked the issues on F.dropout and altered the 'F.dropout' related codes according to https://github.com/xternalz/WideResNet-pytorch/blob/master/wideresnet.py. It terms out this is not the major problem. Seems to me there exist some implementation errors in the model. I have able to reproduce the result using xternalz git repo.
unable to reproduce the acc on cifar-10 use wrn-28-10. The gap between the reported acc and th actual acc is huge while all hyper parameters are exactly the same.