Problem with cuda version of python tensorflow-gpu in anaconda

Asked 2 years ago, Updated 2 years ago, 92 views

While learning deep learning, I'm going to use Anaconda and Pi-Cham to run deep learning I want to take some of them from the paper and turn them into tensorflow-gpu.

Request CUDA 10.0 ("cudart64_100.dll") in Faicham Anaconda requested CUDA 10.2, so it's not compatible right now

I've tried all the ways to download the CUDA version 10.0 or 10.2 or both

Is there a way to change the CUDA virtual environment to 10.0 in Anaconda?

cuda tensorflow python gpu

2022-09-21 14:02

1 Answers

https://blog.kovalevskyi.com/multiple-version-of-cuda-libraries-on-the-same-machine-b9502d50ae77

Please read the post above.

I haven't done it myself. I think LD_LIBRARY_PATH environment variable is referenced when using cuda library. After activating each of the two environments, you can change it to the correct version of the directory name and set it up.

The above posting is based on Ubuntu environmental standards, so it's different from setting environmental variables in the Windows environment, so I think you can just change it and set it up.

Hard Luck.


2022-09-21 14:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.