digantamisra98/EvoNorm

I got 95.33% top1 with evo_resnet50(b0) on cifar10.

PistonY opened this issue · 2 comments

Implement and example could refer to impl and train code.

I didn't struggle with training settings btw.

Training setting is bs=64, 1GPU, wd=1e-4, lr=0.1(cosine), epochs=200

Fixed my B0 code based on your implementation. Thanks!