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

Installation #66

Open
SiDinhThoi opened this issue Mar 27, 2019 · 8 comments
Open

Installation #66

SiDinhThoi opened this issue Mar 27, 2019 · 8 comments

Comments

@SiDinhThoi
Copy link

SiDinhThoi commented Mar 27, 2019

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?

@Bartzi
Copy link
Owner

Bartzi commented Mar 27, 2019

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 MultiProcessParallelUpdater with a different Updater like the StandardUpdater but you won't be able to harness the full Multi-GPU power then...

@SiDinhThoi
Copy link
Author

@Bartzi Thank you for your response!

@SiDinhThoi
Copy link
Author

Hi @Bartzi , could you tell me how to check CUDA and CUDNN version for windows 10?
I search Google and find no tutorials for checking CUDA version for windows 10. For CUDNN version, I found following 2 ways:
1.
find_cudnn_version_way_1
And this is output from my computer:
find_cudnn_version_way_1_result

find_cudnn_version_way_2
But my computer does not have any folder "NVIDIA GPU Computing Toolkit" in "Program Files"

@Bartzi
Copy link
Owner

Bartzi commented Mar 27, 2019

Did you install CUDA and cuDNN?

@SiDinhThoi
Copy link
Author

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

@Bartzi
Copy link
Owner

Bartzi commented Mar 27, 2019

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

@SiDinhThoi
Copy link
Author

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)
so do you have any idea where CUDA and CUDNN should be located ?

@Bartzi
Copy link
Owner

Bartzi commented Apr 3, 2019

somewhere in your program_files directory??

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