Replies: 1 comment 1 reply
-
I finally make it works by installing cudnn 8.2. The container comes with cudnn 8.1. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
Recently, my code fails with the following error:
UNKNOWN: Failed to determine best cudnn convolution algorithm: UNKNOWN: GetConvolveAlgorithms failed.
I work inside a container environment based on the
tensorflow/tensorflow:latest-gpu
docker image. Before the release of tensorflow 2.7, I used the tensorflow 2.6 image and every thing worked well. I switched to the 2.7 docker image since Jax GPU now requires python 3.8 at least.Beta Was this translation helpful? Give feedback.
All reactions