-
Notifications
You must be signed in to change notification settings - Fork 147
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 #66
Comments
Good, question... I don't know. All I know is that doing Deep Learning on Windows is most of the times a very painful thing to do... but you can use the code also without NCCL. You just need to exchange the |
@Bartzi Thank you for your response! |
Hi @Bartzi , could you tell me how to check CUDA and CUDNN version for windows 10?
|
Did you install CUDA and cuDNN? |
Hi @Bartzi , I have experiences with Pytorch Framework and the boolean value of torch.cuda.is_available() is True so I think my computer already installed CUDA and cuDNN |
Well, then it should be somewhere... maybe you need to dig deeper 😉, because I can not tell you anything else than what you already know. You should be able to find the location where you installed CUDA by just browsing your hard drive |
I think my computer automatically installed CUDA and CUDNN when I put 1070 ti to it (the reason why I don't know where CUDA located) |
somewhere in your |
Hi everyone and @Bartzi , I install the project directly on my PC. Could I install NCCL (>2.0) on window 10? If it is, where I can find step by step NCCL installation on window 10?
The text was updated successfully, but these errors were encountered: