Open AllenPu opened 3 years ago
I tried to use this code https://github.com/LiJunnan1992/DivideMix/blob/master/PreResNet.py but I found that the forward part is different from the MLNT part and if I want to use cifar data, the "fast weight" in main::train can not be forward to the DivideMix part.
Have you fixed this problem? I also want to run this code on cifar 10.
since the pretrain size is 224 but cifar size is 32, so, directly use this code would cause the out size error, could you please tell me how can I use the cifar 10 data in this code?