I have a problem preparing the environment for face recognition, I install TensorFlow GPU, Cuda 10.0, cuDNN, vs community 2019 and c++ libraries from vs. and I got this problem
Asked
Active
Viewed 47 times
-1

baldr
- 2,891
- 11
- 43
- 61

Hamza Taoujouti
- 1
- 3
-
Helpful if you could actually copy-paste the error message. Unable to read tiny text on image – Andrew Pye Oct 20 '20 at 16:30
1 Answers
0
If you've just installed the drivers,
- Restart your PC. (Must)
- Run
nvidia-smi
, if this command fails to execute, you have to install the suitable nvidia drivers.
There is a similar thread open for tf cpu, you could check this out here

Bisakh Mondal
- 33
- 1
- 5
-
this command `nvidia-smi` worked successfully, what can I do now – Hamza Taoujouti Oct 21 '20 at 16:59