简体   繁体   中英

cuDNN Error Failed to get convolution algorithm. This is probably because cuDNN failed to initialize

I have installed Anaconda with Python 3.8 and CUDA 10.1 with CUDNN 8.0.3 on my Window 10 with GPU GTX 1050. But Still I get the error错误详情

I've been having a similar issue with TF 2.3.1. However, right away I can tell you that your cudnn version is incompatible. Only cudnn 7.6 is supported with the latest TF which as of right now is 2.3.1. See compatibility link below.

https://www.tensorflow.org/install/gpu#hardware_requirements

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM