A problem about nms
See original GitHub issueHi Rowan, thanks for your codes sharing. However, I find nms.nms_apply(keep, boxes_sorted, nms_thresh)
in lib/fpn/nms/functions/nms.py would make pytorch break up. Before I execute that line, the operation of Tensor.cuda()+int()
is legal, but after I execute that line this operation will raise error: RuntimeError: cuda runtime error (48) : no kernel image is available for execution on the device at /pytorch/torch/lib/THC/generic/THCTensorMathPairwise.cu:21
when it goes on keep_im + s
at line 24. Could you please help me? Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
No man's sky down? Current problems and outages
Real-time problems and outages for No man's sky. Can't log in? Is the server down? Here you see what is going on.
Read more >I have an issue to report in NMS - Hello Games' Zendesk
To report a bug, crash or other issue you've experienced, simply head to our dedicated bug reporting form.
Read more >No Man's Sky Has A Serious Problem - YouTube
No Man's Sky Has A Serious Problem ... Supercharged Slots - The Ultimate Guide - No Man's Sky Waypoint Update NMS Xaine's World...
Read more >The Problem of Atypical Neuroleptic Malignant Syndrome - PMC
Atypical NMS remains a problematic entity. Current reviews suggest that atypical NMS can be diagnosed with the presentation of three of the four...
Read more >A problem with nms : r/NoMansSkyTheGame - Reddit
Play in survival or permadeath and you'll find less named systems. also, it seems you're in a very populated area. Travel a long...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For those who are still solving this issues, here are the steps you should consider to follow:
That’s all you need to do to change your faulty SM setup to the correct one.
Hi, I’ve met the same problem using Tesla P100. So did you solve your problem only changing from _61 to _60 in 3 files (nms, roi_align and highway_lstm_cuda)? And you said “replaced nms and roi_align with other’s codes”, could you please tell what “other’s codes” did you use to solve the problem? Thanks. 😄