You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
when i run the script that's what happened any solution?
The text was updated successfully, but these errors were encountered: