-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译安装遇到的问题和解决方法记录 #423
Comments
Have you solved the 3rd problem? I'm looking forward to your answer! |
I had this problem too, have you solved it? |
Same issue, have you solve it now? |
same problem, have you solve it? |
I solved the 3rd problem by remove '#include "common.h"" in 'encoding/lib/gpu/rectify_cuda.cu'. |
1、ModuleNotFoundError: No module named 'Cython'
2、/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 这个文件最开头 加下面代码
The text was updated successfully, but these errors were encountered: