Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on running test.py #5

Open
guohaoxiang opened this issue Feb 24, 2021 · 3 comments
Open

Issue on running test.py #5

guohaoxiang opened this issue Feb 24, 2021 · 3 comments

Comments

@guohaoxiang
Copy link

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?

@Hippogriff
Copy link
Owner

Can you try single gpu instead of multi gpu? It seems tensors in some operation are on different gpu devices.

@guohaoxiang
Copy link
Author

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?

@zizichong
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants