I was running this project: https://github.com/transedward/pytorch-dqn
python main.py
and get Segmentation fault (core dumped)
The python version is 3.5, pytorch is bulit from source (same setting as my laptop) and It's ok with cpu on my laptop.
And I didn't import scipy, or sklearn in this project and it's already successfully built from source. So It's a little bit different from other issues.
I'm sure gpu on server is fine. It is capable of running https://github.com/jcjohnson/pytorch-examples in gpu.
I wish I can give more info on traceback but It doesn't show any.
Let me know what command to run or what info I can give to debug, thanks.
I was running this project:
https://github.com/transedward/pytorch-dqnpython main.pyand get
Segmentation fault (core dumped)The python version is 3.5, pytorch is bulit from source (same setting as my laptop) and It's ok with cpu on my laptop.
And I didn't import
scipy, orsklearnin this project and it's already successfully built from source. So It's a little bit different from other issues.I'm sure gpu on server is fine. It is capable of running
https://github.com/jcjohnson/pytorch-examplesin gpu.I wish I can give more info on traceback but It doesn't show any.
Let me know what command to run or what info I can give to debug, thanks.