the config:
pytorch=1.3.0
torchvision=0.4.1
cuda=10.0
cudatoolkit=10.0
the GPUs are tesla V100-sxm2-16gb
After I modified the make.sh‘s gpu-arch and made it,when running the demo_eval.py,it comes
the fault:
segmentation fault
(gdb) f 4
#4 push_back (__x=<unknown type in /home/seclogin/anaconda3/envs/gc_torch1py35/lib/python3.5/site-packages/roi_align_api-0.0.0-py3.5-linux-x86_64.egg/roi_align_api.cpython-35m-x86_64-linux-gnu.so, CU 0x0, DIE 0x12a6de>, this=0x558a385893c8)
at /usr/include/c++/4.8.2/bits/stl_vector.h:920
920 { emplace_back(std::move(__x)); }
(gdb) f 59
#59 0x0000558a35c25571 in main ()
could someone tell me how to use the project rightly?
the config:
pytorch=1.3.0
torchvision=0.4.1
cuda=10.0
cudatoolkit=10.0
the GPUs are tesla V100-sxm2-16gb
After I modified the make.sh‘s gpu-arch and made it,when running the demo_eval.py,it comes
the fault:
segmentation fault
(gdb) f 4
#4 push_back (__x=<unknown type in /home/seclogin/anaconda3/envs/gc_torch1py35/lib/python3.5/site-packages/roi_align_api-0.0.0-py3.5-linux-x86_64.egg/roi_align_api.cpython-35m-x86_64-linux-gnu.so, CU 0x0, DIE 0x12a6de>, this=0x558a385893c8)
at /usr/include/c++/4.8.2/bits/stl_vector.h:920
920 { emplace_back(std::move(__x)); }
(gdb) f 59
#59 0x0000558a35c25571 in main ()
could someone tell me how to use the project rightly?