-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Description
环境:ubuntu18.04 cuda10.0 py3.6 torch1.4.0
1、ModuleNotFoundError: No module named 'Cython'
pip install Cython2、/PyTorch-Encoding/encoding/lib/gpu/lib_ssd.cu(144): error: identifier "FLT_MAX" is undefined
/PyTorch-Encoding/encoding/lib/gpu/lib_ssd.cu 代码开头加:
#include <cfloat>3、/PyTorch-Encoding/encoding/lib/gpu/common.h(10): error: class template "ScalarConvert" has already been defined
/PyTorch-Encoding/encoding/lib/gpu/common.h 这个文件最开头 加下面代码
没解决Metadata
Metadata
Assignees
Labels
No labels