pointnerf
pointnerf copied to clipboard
PyCUDA ERROR: The context stack was not empty upon module cleanup
After running ‘bash dev_scripts/w_scannet_etf/scane241_test.sh’ and 'bash dev_scripts/w_n360/chair_test.sh' I got this PyCUDA error:
Does anybody know how to solve it?
same problem
I have a same problem, too.
same problem
similar problem, need help
same problem
same problem, has anyone found a solution?
same...
https://blog.csdn.net/Andrew_megemeta/article/details/115712499 hey guys, I find a blog which seems like be able to solve this problem, I tried a lot but still can't figure out where to pop, if anyone solve this one, please inform me.
Same problem!Does anyone know how to fix it??
try import pycuda.autoinit
Same problem
hi folks, it is wrong decision to build things in pycuda, and im sorry that i don't have enough time to rebuild everything in a fashion of pure cuda/pytorch.
Hi, I have the same problem. Further I also encountered this when I was running the scripts for:
Test feed forward inference on dtu scenes like 'bash dev_scripts/dtu_test_inf/inftest_scan1.sh'. I was able to fix this by adding model.cleanup()
and del model
into the train_ft.py before exit()
is called.
Unfortunately when trying to apply this to the test_ft.py script, I run into a Segmentation fault instead of the PyCuda ERROR...
Hello, I would like to ask which parts are using pycuda. Perhaps I can rewrite these parts as cuda
https://github.com/Xharlie/pointnerf/issues/82#issue-1643198265 Try this method.