-
Notifications
You must be signed in to change notification settings - Fork 177
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
Run SMOKE on cuda 11.x environment! #56
Comments
Oh nvm. I'm using docker and I forget to install gcc |
Worked for me in google colab |
running build |
|
@yhchang1120 What results did you get in your environment? |
Can you share your note book in ggloab with me,pls! |
I struggled to run SMOKE model on cuda 11.x environment for last 4 months and finally found a simple solution.
step 1. Visit https://github.com/jinfagang/DCNv2_latest(I appreciate you Jinfagang) step 2. Download all files and folders in src/ folder. step 3. Back to SMOKE directory and replace all files in csrc/ to step 2 files. step 4. rebuild codes: > python setup.py build developnow you can run SMOKE model on cuda 11.x environment.
This methods tested on following environment
In future I'm planning to test on geforce RTX 3060.
If someone tested on RTX 30's series, share us results!
The text was updated successfully, but these errors were encountered: