We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
It can easily implemented by setting groups in
groups
Efficient-AI-Backbones/vig_pytorch/gcn_lib/torch_nn.py
Line 58 in 524c8d7
Sorry, something went wrong.
It can easily implemented by setting groups in Efficient-AI-Backbones/vig_pytorch/gcn_lib/torch_nn.py Line 58 in 524c8d7 m.append(Conv2d(channels[i - 1], channels[i], 1, bias=bias, groups=4))
Sincerely thanks for such quick reply!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: