Open RamyB2000 opened 2 years ago
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?