Total3DUnderstanding icon indicating copy to clipboard operation
Total3DUnderstanding copied to clipboard

segment fault when computing loss

Open NIRVANALAN opened this issue 4 years ago • 3 comments

Hi, I create the env using conda and right torch/cuda version. But when I try to run any script, it always produces Segmentation fault. I have tested my env on other tasks like minist conv classifications. I am on Centos, and I have tried gcc 4.8, 7.3 and 8.2. Any suggestions?

NIRVANALAN avatar Sep 10 '20 15:09 NIRVANALAN

Hi,

Its strange. The code is developed under Ubuntu but I think it is the same for Centos. Can you post any debug info?

yinyunie avatar Sep 12 '20 10:09 yinyunie

Hi, I also got segmentation fault error while I ran the code inside docker container. But no problem in host PC. The system is Ubuntu18.04.

WenM1222 avatar Sep 28 '20 01:09 WenM1222

Unpinning - cudatoolkit=9.0 to - cudatoolkit and let conda find the best version worked for me.

alando46 avatar Feb 25 '21 20:02 alando46