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

GPU #13

Open
sdspieg opened this issue Feb 27, 2023 · 2 comments
Open

GPU #13

sdspieg opened this issue Feb 27, 2023 · 2 comments

Comments

@sdspieg
Copy link

sdspieg commented Feb 27, 2023

Any suggestions for which versions of Tensorflow, CUDA and cuDNN to run?

@chanind
Copy link
Owner

chanind commented Feb 27, 2023

This library uses PyTorch under the hood rather than Tensorflow, but other than that whatever version of CUDA will work with the version of PyTorch you want to install should be fine. It looks like the most recent version of PyTorch (1.13.1) works with CUDA 11.6 or 11.7 (https://pytorch.org/get-started/locally/#start-locally).

@sdspieg
Copy link
Author

sdspieg commented Mar 20, 2023

Just sharing progress (from a Windows machine with a GPU)

  • conda create --name pytorch python=3.10
  • conda activate pytorch
  • conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

That SEEMS to work - I see that my gpu is using 6GB of VRAM. Not sure about time improvement, though...

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