出现Failed to get convolution algorithm的解决方法


当运行卷积神经时出现了问题: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.

这一般就是cuda+cuDNN+TensorFlow的版本匹配不一致,当然大概率就是TensorFlow的版本过高了,降级即可:

sudo pip3 install --upgrade --force-reinstall tensorflow-gpu==1.9.0 --user

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM