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

Could not load dynamic library 'cudart64_101.dll' and others #13

Open
RamyB2000 opened this issue Apr 29, 2022 · 1 comment
Open

Could not load dynamic library 'cudart64_101.dll' and others #13

RamyB2000 opened this issue Apr 29, 2022 · 1 comment

Comments

@RamyB2000
Copy link

when i run the script that's what happened any solution?
image

@Luca96
Copy link
Owner

Luca96 commented Apr 29, 2022

Hi, the warning about the CUDA libraries is related to your installation of Nvidia cuda, cudnn, etc. Anyway this is just a warning not an error, and means that if TF is not able to use the GPU will fallback to the CPU instead, but the execution of the code won't be interrupted.

The true error is this one:

OSError: [WinError 126] The specified module could not be found

And it seems related to the scipy package. Have you installed it?

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