TropComplique / ShuffleNet-tensorflow

A ShuffleNet implementation tested on Tiny ImageNet dataset
MIT License
41 stars 17 forks source link

how to Improve accuracy? it seems the max accuracy is 50% despite I train with 100 epochs #6

Open juzhitao opened 7 years ago

TropComplique commented 7 years ago

Well, it's quite a typical accuracy if you train on Tiny ImageNet from scratch. If you want bigger accuracy, you need to do a lot of hyperparameter tuning. But I doubt that you can get more than ~55%.

If you want to reproduce the original paper's results, you have to train on the standard ImageNet dataset.