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

Where is Multi-head implementation Code in ViG #217

Open
xuyankun opened this issue Jul 13, 2023 · 2 comments
Open

Where is Multi-head implementation Code in ViG #217

xuyankun opened this issue Jul 13, 2023 · 2 comments

Comments

@xuyankun
Copy link

Dear authors,
Did you show the Multi-head code in ViG? I did not find it.
Could you help me point out where it is?

@iamhankai
Copy link
Member

It can easily implemented by setting groups in

m.append(Conv2d(channels[i - 1], channels[i], 1, bias=bias, groups=4))

@xuyankun
Copy link
Author

It can easily implemented by setting groups in

m.append(Conv2d(channels[i - 1], channels[i], 1, bias=bias, groups=4))

Sincerely thanks for such quick reply!

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