Open xuzijian-hik opened 1 month ago
Hi, @xuzijian-hik,
It seems the error occurred in line78, this line is to covert the 'coords' from torch.tensor to numpy array. You can debug it to check if it is already a numpy array, and only convert its type to np.float32.
And I'm not sure your MinkowskiEngine version, is it 0.5.4?
Regards, zihui
Hi, @xuzijian-hik,
It seems the error occurred in line78, this line is to covert the 'coords' from torch.tensor to numpy array. You can debug it to check if it is already a numpy array, and only convert its type to np.float32.
And I'm not sure your MinkowskiEngine version, is it 0.5.4?
Regards, zihui
Thanks for your reply! I solve this problem by installing CUDA11.3. I think it might be something wrong with the MinkowskiEngine in CUDA11.8.
Hello, I have also encountered the same problem. I installed CUDA11.3 and Minkowski Engine 0.5.4. May I ask if it is due to a version issue with Minkowski Engine? Looking forward to your reply
Hi! I met some errors when running "initialSP_prepare_S3DIS.py" with the command
python data_prepare/initialSP_prepare_S3DIS.py
. Here is the output of the terminal:my enverinment is:
Although my CUDA version is 11.8, I think it may not be the reason of numpy error. I also tried to uninstall numpy & pandas and then reinstall them, but the error still exists. What can I do?