-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add swin transformer #685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add swin transformer #685
Conversation
|
|
||
| class SwinTransformer(nn.Layer): | ||
| """ Swin Transformer | ||
| A PyTorch impl of : `Swin Transformer: Hierarchical Vision Transformer using Shifted Windows` - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PyTorch -> PaddlePaddle ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done,thx
|
need to recompile paddle-paddle library manually? |
请问parallel_for failed的问题有跟进修复吗? |
att, four models top1 accs on ImageNet1k are as follows.
todo
Current problem
arch=sm_61, more detailed info can be seen in link