leaderj1001 / MobileNetV3-Pytorch

Implementing Searching for MobileNetV3 paper using Pytorch
MIT License
292 stars 70 forks source link

performance on CIFAR100 #7

Closed dongfangduoshou123 closed 5 years ago

dongfangduoshou123 commented 5 years ago

Hi, Use your code on CIFAR100, only after 34 epoch, I got acc1:70.43, acc5:91.08 on CIFAR100_test_data with batch_size=64. You use 80 epoch with batch_size=512 just got acc1:70.44 acc5:91.34?

Note:model_mode = 'LARGE'

leaderj1001 commented 5 years ago

Thank you for your issue :) Currently the default hyper-parameters are the default values for the imagenet dataset. Thank you !