Closed Git-oNmE closed 2 years ago
Hello, It seems like the version of pytorch or cuda does not match. We only test the code with cuda11.0/11.0 and torch 1.7.0/1.7.1.
Hello, It seems like the version of pytorch or cuda does not match. We only test the code with cuda11.0/11.0 and torch 1.7.0/1.7.1.
Thank you for your quick reply, firstly. My server's CUDA version is 11.1, which I can't change. And my torch version is 1.7.1. Like it said in the requirement section, maybe torch 1.7.1 with CUDA 11.1 should be ok?
Yes, cuda 11.1 with torch 1.7.1 should be OK (this is the environment I am using now). I'm sorry I don't know how to solve this problem. I have run the code on multiple platforms and have not encountered your problem.
Yes, cuda 11.1 with torch 1.7.1 should be OK (this is the environment I am using now). I'm sorry I don't know how to solve this problem. I have run the code on multiple platforms and have not encountered your problem.
I deleted all files and installed again, and this problem disappeared! :)
But now I come into another problem about the dataset, I submitted it in another issue, could you please take a look? Thanks!
I was running
sh scripts/train_kitti_det.sh
,then I got the error messageI checked my file list, found no file named "point_utils_cuda.py" indeed.
How can I deal with this problem? Thank you very much!