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
If I add DEVICE: 'cuda:1' https://github.com/facebookresearch/Mask2Former/blob/main/configs/coco/panoptic-segmentation/maskformer2_R50_bs16_50ep.yaml#L3
DEVICE: 'cuda:1'
I get very different (worse) results than cuda:0 or simply comment it. What's the possible place that caused this issue?
The text was updated successfully, but these errors were encountered:
This is the function block that creates different results:
https://github.com/facebookresearch/Mask2Former/blob/main/mask2former/modeling/pixel_decoder/msdeformattn.py#L324
Sorry, something went wrong.
https://github.com/facebookresearch/Mask2Former/blob/main/mask2former/modeling/pixel_decoder/ops/modules/ms_deform_attn.py#L117
always returns to all 0 values to output if set cuda to none-zero ids (e.g. cuda:1)
Successfully merging a pull request may close this issue.
If I add
DEVICE: 'cuda:1'
https://github.com/facebookresearch/Mask2Former/blob/main/configs/coco/panoptic-segmentation/maskformer2_R50_bs16_50ep.yaml#L3
I get very different (worse) results than cuda:0 or simply comment it.
What's the possible place that caused this issue?
The text was updated successfully, but these errors were encountered: