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
Swin Transformer复现时出现如下错误: Input tensor shape: torch.Size([1, 8, 8, 96]). Additional info: {'h': 3, 'w_h': 7, 'w_w': 7}. Shape mismatch, can't divide axis of length 8 in chunks of 7 einops函数问题,以前复现好像还没这个错误,有人遇到一样的问题了吗。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Swin Transformer复现时出现如下错误:
Input tensor shape: torch.Size([1, 8, 8, 96]). Additional info: {'h': 3, 'w_h': 7, 'w_w': 7}.
Shape mismatch, can't divide axis of length 8 in chunks of 7
einops函数问题,以前复现好像还没这个错误,有人遇到一样的问题了吗。
The text was updated successfully, but these errors were encountered: