GAP-LAB-CUHK-SZ / Total3DUnderstanding

Implementation of CVPR'20 Oral: Total3DUnderstanding: Joint Layout, Object Pose and Mesh Reconstruction for Indoor Scenes from a Single Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segment fault when computing loss

NIRVANALAN opened this issue · 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?

Hi,

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

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.

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