jiaxue-ai / Deep-Encoding-Pooling-Network-DEP-

Code release for "Deep Texture Manifold for Ground Terrain Recognition", CVPR 2018
56 stars 15 forks source link

Hi, Do you use the official pytorch 0.4.0 version? I always meet the segmentation fault. #1

Closed shanyuhu closed 6 years ago

jiaxue-ai commented 6 years ago

thanks for your feedback, I fix some bug of the code. I think the reason for your segmentation fault error might be incorrectly pytorch install. try the command python -c "import encoding" in terminal to check whether the encoding layer is installed correctly. You need to install pytorch from source