muhanzhang / pytorch_DGCNN

PyTorch implementation of DGCNN
MIT License
369 stars 122 forks source link

Segmentation Fault error on windows10 #13

Closed hazelnutsgz closed 5 years ago

hazelnutsgz commented 5 years ago

When running the "python main.py", it would produced segmentation fault error.

muhanzhang commented 5 years ago

Hi, sorry I didn't test SEAL on windows system. Can you successfully run other pytorch programs in windows 10, or is it only SEAL that cannot be ran?

hazelnutsgz commented 5 years ago

Thanks for your reply. The pure PyTorch program is runnable on my environment. And I used make as well as g++ in Cgywin to compile the DLL, I was wondering whether it should be blamed to Cgywin. Furthermore, could you please provide the specific version of platform(eg. OS)&toolchain(eg. g++) to set up the project? Thanks.

muhanzhang commented 5 years ago

Hi, I use Linux version 3.10.0-514.21.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ).

hazelnutsgz commented 5 years ago

Thanks for your info~