You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download all the dataset and pretrained models and run 'python test.py 0 3999', the following error occur:
Expected tensor for argument #1 'input' to have the same device as tensor for argument #2 'weight'; but device 0 does not equal 1 (while checking arguments for cudnn_convolution)
Could you please give me some suggestions on how to fix this?
The text was updated successfully, but these errors were encountered:
It works now! Thanks a lot for your suggestion. If I want to forward my own point cloud data (already stored in h5 format) to ParSeNet to get the segmentation label, which command should I use?
hello, when i run "bash download_dataset.sh" according to readme, i can't found the file "predictions.h5", I also can't download the file on the website. I'm guessing you might still have that dataset, and if so, can you send me a copy, thank!
When I download all the dataset and pretrained models and run 'python test.py 0 3999', the following error occur:
Expected tensor for argument #1 'input' to have the same device as tensor for argument #2 'weight'; but device 0 does not equal 1 (while checking arguments for cudnn_convolution)
Could you please give me some suggestions on how to fix this?
The text was updated successfully, but these errors were encountered: