pprp / ofa-cifar

:star: Make Once for All support CIFAR10 dataset.
MIT License
4 stars 0 forks source link

Training Accuracy on CIFAR10 #2

Closed ziqi-zhang closed 1 year ago

ziqi-zhang commented 1 year ago

Hi,

Thanks for sharing the awesome code with us. I tried to run the code but got low accuracy, so I was wondering whether you met a similar problem.

I successfully trained the teacher model and get a val top1 accuracy of 91%. Then I run python train_ofa_net.py --task kernel to train the elastic kernel. But I only got a top1 accuracy of 52%, which is far from 91%. How can I improve the accuracy?

Best Regards