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
When set a batch_size / cur_im2col_step(defult as 32) > 1, such as
import mmcv from mmcv.ops import DeformConv2dPack de_conv = DeformConv2dPack(512, 512, (3, 3), stride=1, padding=1).cuda() import torch x = torch.rand(64, 512, 8, 32).cuda() y = de_conv(x)
In the
mmcv/mmcv/ops/csrc/pytorch/deform_conv_cuda.cu
Line 270 in 6c57b88
view
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When set a batch_size / cur_im2col_step(defult as 32) > 1, such as
In the
mmcv/mmcv/ops/csrc/pytorch/deform_conv_cuda.cu
Line 270 in 6c57b88
The operation
view
of weight would shape failed.The text was updated successfully, but these errors were encountered: