leaderj1001 / Stand-Alone-Self-Attention

Implementing Stand-Alone Self-Attention in Vision Models using Pytorch
MIT License
456 stars 83 forks source link

Is the 89% acc reported in the readme consisitent with the paper? #9

Open zhaoguangxiang opened 4 years ago

zhaoguangxiang commented 4 years ago

the acc for cifar10 reported in the readme is low, is it consistent with the paper.

leaderj1001 commented 4 years ago

Currently I don't have enough gpus so I couldn't experiment with ImageNet dataset. Also, there is no report for the CIFAR-10 dataset in the paper. Finally, what I have implemented is not official.

Thank you !