lucidrains / vit-pytorch

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swin transformer is very good in its paper,does vit-pytorch has it?

henbucuoshanghai opened this issue · comments

@henbucuoshanghai it doesn't have it, since Swin already has a nice pytorch repository https://github.com/microsoft/Swin-Transformer

ok tks

the vit.py has no decoder????is it right? the official paper only has encoder? has no decoder?