Tried, preds = model.predict(k[np.newaxis,...])
UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[node model/stem_conv/Conv2D (defined at :3) ]] [Op:__inference_distributed_function_18348]
Hardware: Make: OMEN, OS_ Windows 10, GPU NVIDIA GEFORCE RTX 2060, My System configuration
!nvcc --version
> nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA
> Corporation Built on Sun_Jul_28_19:12:52_Pacific_Daylight_Time_2019
> Cuda compilation tools, release 10.1, V10.1.243
!nvidia-smi
Mon Jul 20 23:15:20 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 451.77 Driver Version: 451.77 CUDA Version: 11.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2060 WDDM | 00000000:01:00.0 Off | N/A |
| N/A 38C P8 5W / N/A | 5304MiB / 6144MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 18900 C ...nvs\tensorflow\python.exe N/A |
+-----------------------------------------------------------------------------+
Seems like some thing is missing. CUDA version is not in Sync is what I guess. Please correct me. If its NVIDIA STUDIO DRIVER not appropriate, Could some one please help me the one appropriate for Tensorflow 2.1.0
Tensor Flow Version: 2.1.0, Keras Version: 2.2.4-tf , Python 3.7.7 (default, May 6 2020, 11:45:54) [MSC v.1916 64 bit (AMD64)] ,Pandas 1.0.5 ,Scikit-Learn 0.23.1