About nms_1d_cpu
Opened this issue · 1 comments
coaast123 commented
I often come across questions about nms_ 1d_ CPU issues,
Every time I use other code, when I return, it won't run properly and will display 'nms'_ 1d_ CPU-0.0.0 py3.8 linux-x86_ 64. egg/nms_ 1d_ CPU. cpython 38 x86_ 64 Linux gnu. so: undefined symbol:_ ZN2at4_ Ops19empty_ Memory_‘
dingfengshi commented
it seems that you ran the code in a different environment/device. If you run the code on a different machine with a shared disk. On the first machine, you have to rm -f lib/utils/build
first and then python setup.py install
. On the second machine, directly run python setup.py install
without removing the build
folder.