深度学习问题解决:Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogra

前言

深度学习不仅理论很难,同时在使用的时候也有各种各样的坑。

正文

2018-07-05 14:39:19.028426: E T:\src\github\tensorflow\tensorflow\stream_executor\cuda\cuda_dnn.cc:455] could not create cudnn handle: CUDNN_STATUS_ALLOC_FAILED
2018-07-05 14:39:19.033177: F T:\src\github\tensorflow\tensorflow\core\kernels\conv_ops.cc:713] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo(), &algorithm)))

)

解决方案

网上提了好几种可能性,升级cudnn版本,或者其他的东西。
目前掌握的最简单的办法是,重启你的电脑,可能开的其他界面太多了,gpu没空了。

猜你喜欢

转载自blog.csdn.net/lvsehaiyang1993/article/details/80927100