multimodallearning / pytorch-mask-rcnn

Other
2.01k stars 557 forks source link

GPU arch #80

Open nicklausZJF opened 5 years ago

nicklausZJF commented 5 years ago

i have a doubt when running the demo, i want to compile build.py, but i cannot find the arch, my GPU is P100, i just find the pic

image

tobiasxg commented 4 years ago

This might help finding your correct sm arch: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/

ChineseHuang commented 3 years ago

thanks