Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Pytorch 1.9 and Cuda 11? #142

Open
johnnynunez opened this issue Jul 23, 2021 · 6 comments
Open

Pytorch 1.9 and Cuda 11? #142

johnnynunez opened this issue Jul 23, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@johnnynunez
Copy link

Is this compatible with these versions?

@penincillin
Copy link
Contributor

penincillin commented Jul 24, 2021

@johnnync13
We haven't tried this setting on our side. But we believe it won't be a big issue due to the good backward compatibility of Pytorch. One thing to pay attention is that you might need to install all the requirements step-by-step (especially the Detectron-2, remember to choose the one matched with your Pytorch and Cuda version), instead of using the provided auto-installing script.

@wzyinparis
Copy link

I used Pytorch 1.8 and Cuda 11.1. It's compatible.

@penincillin penincillin added the enhancement New feature or request label Aug 9, 2021
@italosalgado14
Copy link

@wzyinparis Hi!, Did you modify the install script install_frankmocap.sh to achieve a correct installation? I have especially had problems with Detectron2 :(

@johnnynunez
Copy link
Author

I have the same problem @italosalgado14

@italosalgado14
Copy link

@johnnync13 i run the program in a simple venv enviorment with my general CUDA 11.3 and Pytorch 1.9 (+ cudnn + toolkit) in my laptop with 3070, i dont use conda. Some problems with CUDA-Detectron2-conda: detectron2 dont recognize CUDA 11 correctly in conda enviortment. Specifically, the problem is to recognize the nvidia-toolkit INSIDE a conda enviorment: i dont have solution for that :(

@italosalgado14
Copy link

PD: Not necesary to edit install_frankmocap.sh or some other archive in my venv ecosystem (only skip/reinstall installation for detectron2). The main problem is that you verify well that you have installed correctly Nvidia Driver+NvidiaTollkit (and the correct PATH!)+cudnn + corresponding version of Pytorch(e.g. 1.9) + corresponding version of Detectron2 for these version of Pytorch. Greetings!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants