I have the following hardware/Software:
- NVIDIA RTX2060 6GB
- Cuda 10
I would like run the Keras mnist example. On my other Computer there works with the same software. I obtain this Error:
tensorflow.python.framework.errors_impl.UnknownError: 2 root error(s) found.
(0) Unknown: 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 conv2d_1/convolution}}]]
[[conv2d_19/Sigmoid/_1405]]
(1) Unknown: 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 conv2d_1/convolution}}]]
Where is my problem?