zhangyongshun / resnet_finetune_cub

Fine tuning Codes for ResNet on cub-200-2011
40 stars 20 forks source link

how about the test accuracy on CUB_200_2011 ? Is 0.84? #1

Closed lanfeng4659 closed 5 years ago

lanfeng4659 commented 5 years ago

On Resnet50

zhangyongshun commented 5 years ago

Hi, First, for data argumentation, we resize the image to 448*448 , which shows a great improvement and the details could be found in file 'trainer.py'. Second, for optimizer, the details are shown in readme.md. Wish this could help you.

zhangyongshun commented 5 years ago

The accuracy is 84, just using res50 funetuned on cub-200-2011. Here is a link about Baidu Team, who also did the same work and got same acc, https://github.com/baidu-research/DT-RAM