-
Notifications
You must be signed in to change notification settings - Fork 128
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
The following error occurred when I compiled and installed iou3d #76
Comments
@libingDY You may find the env config in https://github.com/poodarchu/Det3D/blob/master/INSTALLATION.md For my env, the cuda 10.1 and pytorch 1.4.0 is fine, but I have not used so high version of pytorch as 1.7. |
Thank you very much for your reply. I have changed the version of torch, but I have encountered the following problems: True |
@libingDY It seems an issue of apex, you may also need to reinstall it after updating your pytorch version. |
@Vegeta2020 My environment is the cuda 10.1 and pytorch 1.4.0, And I meet "AttributeError: module 'torch.cuda' has no attribute 'amp'" problem, should I update my torch version? But high version torch will meet build problem like #22 . So which version is right? |
请问这个问题解决了吗?我也遇到了同样的问题,我的环境是cuda10.0和pytorch1.1.0,尝试升级pytorch1.7也会带来其他问题。 |
@LiuPearl1 have you solved it?I meet the same question which puzzled me long time. |
g++: error: /home/libing/newstorage/3Dobjectdetector/SE-SSD/det3d/core/iou3d/build/temp.linux-x86_64-3.7/src/iou3d.o: 没有那个文件或目录
g++: error: /home/libing/newstorage/3Dobjectdetector/SE-SSD/det3d/core/iou3d/build/temp.linux-x86_64-3.7/src/iou3d_kernel.o: 没有那个文件或目录
g++: error: /home/libing/newstorage/3Dobjectdetector/SE-SSD/det3d/core/iou3d/build/temp.linux-x86_64-3.7/src/iou3d_cpu.o: 没有那个文件或目录
error: command 'g++' failed with exit status 1
I can't compile those three files
My environment is:
cuda 10.1
pytorch 1.7
I can't compile the following three files
What is the configuration of your environment?
The text was updated successfully, but these errors were encountered: