lietorch
lietorch copied to clipboard
can not pass the test
Hi ,
At first, Thank you so much providing this library!
I got some trouble when I first used it. I followed the intro step install the library successfully But when I run test, in the section about GPU Test, the program gets stuck, like in an infinite loop. After a few minutes the script will end by itself without error. In console shows `Testing lietorch forward pass (GPU) ...
Process finished with exit code -1073741819 (0xC0000005)`
Obviously this is not a normal exit, there may be a memory leak or something else.
And when I run the demo.py of Raft3d project , the same issue occured again, the data could transfer into the model but model can not complete a complete calculation. I noticed it will get stuck in projective_ops.py in line 42: X1 = Ts * X0
.
My GPU is GTX 1070 , run on win 10 pytorch ==1.8 cudatookit =11.1 python 3.8
Hello, have you solved your problem?I met the same problem.