Skip to content
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

Installation of EfficientPS not working due to dependency inplace_abn (inplace_abn not updated for CUDA Driver Version 11) #40

Open
StephenHausler opened this issue Mar 16, 2022 · 1 comment

Comments

@StephenHausler
Copy link

Hi,

I am currently attempting to install your code, however I am unable to get the requirement inplace_abn installed. I'm running Ubuntu 18.04.
I followed your instructions: I created a new conda environment using your environment.yaml file and also installed

My current error is with the dependency inplace_abn, which from my reading of their issues list lacks support for CUDA Driver Version 11. I'm currently using CUDA Driver Version 11.4. My error is a compilation error attempting to install inplace_abn (I'm reluctant to change my CUDA driver version due to other dependencies in my project).

My question is, will your network run without inplace_abn at inference time only, with code modifications? (or will the different BN scaling parameters ruin the network performance if inplace_abn is removed and replaced with traditional BN)

@StephenHausler StephenHausler changed the title Installation of EfficientPS not working due to depedency inplace_abn (inplace_abn not updated for CUDA Driver Version 11) Installation of EfficientPS not working due to dependency inplace_abn (inplace_abn not updated for CUDA Driver Version 11) Mar 16, 2022
@srimannarayanabaratam
Copy link

Did you check for the typing versions installed in your environment? I had the same problem (but while building pycocotools) and found that there are two versions of typing: 3.7.4.3 and 3.10.0.2. So, I removed the 3.7.4.3 using pip uninstall and could build inplace-abn and pycocotools successfully. However, my cuda driver version is 10.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants