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

VSSBlock #292

Open
ZhenboZhao77 opened this issue Sep 1, 2024 · 1 comment
Open

VSSBlock #292

ZhenboZhao77 opened this issue Sep 1, 2024 · 1 comment

Comments

@ZhenboZhao77
Copy link

Hello author,

How should I use VSSBlock to process a tensor with shape torch.Size([1024, 1024])? Could you please provide some guidance? Thank you!

@MzeroMiko
Copy link
Owner

The input and output of VSSBlock are both [B, C, H, W] (or [B, H, W, C], based on hyper-parameter channel_first). So if the feature map you use is 1024x1024x1 then you can input the tensor with shape 1x1x1024x1024 into it.

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