MLNT icon indicating copy to clipboard operation
MLNT copied to clipboard

how can I run this code in CIFAR data?

Open AllenPu opened this issue 3 years ago • 2 comments

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?

AllenPu avatar Feb 28 '21 09:02 AllenPu

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.

AllenPu avatar Feb 28 '21 10:02 AllenPu

Have you fixed this problem? I also want to run this code on cifar 10.

yanghao1996 avatar Mar 11 '21 06:03 yanghao1996