Skip to content
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

span sizes #15

Open
amhsinyednap opened this issue Oct 15, 2020 · 3 comments
Open

span sizes #15

amhsinyednap opened this issue Oct 15, 2020 · 3 comments

Comments

@amhsinyednap
Copy link

I have 256x256 images, I read your paper which uses a 65x65 span. But in my case of 256x256 for doing axial attention once, can I use a 256x256 span or I should use the conv-stem to decrease the size to 56 as in your paper and use a span of 56x56?

@csrhddlam
Copy link
Owner

It's up to your choice.

Conv-stem is faster but might not be as good as applying attention directly.

@amhsinyednap
Copy link
Author

So I can use a 256x 256 span if my image size is 256, and no need to decrease its size to 56?

@csrhddlam
Copy link
Owner

Yes, you can do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants