rishikksh20 / convolution-vision-transformers

PyTorch Implementation of CvT: Introducing Convolutions to Vision Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolution projection

qdd1234 opened this issue · comments

Hi,I have a question as followed:In the paper,the stride of depthwise convolution in convolution projection is 2,but in your repo stride is 1,I want to know stride is 2 or 1? thanks!