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

[STNNet] spatial-correlation-sampler lib issue with RTX 3000 series GPUs #14

Open
MounirB opened this issue Apr 21, 2022 · 2 comments
Open

Comments

@MounirB
Copy link

MounirB commented Apr 21, 2022

Hello,
It seems that the spatial-correlation-sampler doesn't work with a RTX 3000 series GPU when we try to install it through pip along with this conda environment
conda create -n STTNet python=3.6 pytorch=1.6 torchvision -c pytorch
I made it work by replacing python and pytorch by newest versions; respectively 3.9 and 1.11.

Do we need oldest versions of pytorch to make STNNet work ?

@tejasri19
Copy link

Could solve by running from source repo and python setup_cpu.py install

@sysu19351017
Copy link

sysu19351017 commented Jul 17, 2023

I created an environment configured with CUDA-11.6, CUDNN-8.5.0, python-3.7.16, torch-1.12.0+cu116, and was able to run the codes successfully on the GTX3080. The Python libraries are as follows.
2023-07-17 11-15-37屏幕截图

Besides, I can install the spatial-correlation-sampler lib just by pip command in the environment I created.

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

3 participants