Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfused

在使用TensorFlow-gpu 过程中经常出现的一个看似很吓人的错误

Checkfailed:stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfused`

问题分析
查阅之后发现可能是cudnn版本问题,醉醉的,不知道为什么它的版本兼容性老是有问题;另一种说法是电脑内存不足
解决方法:
不想去管cudnn的版本问题了,直接关闭其他正在运行的终端(含浏览器),重新启动运行即可
参考来源:https://github.com/tensorflow/models/issues/1064
*”I had the same program.But after i close chrome and VMware.(free more memory).
It work!!!”*

猜你喜欢

转载自blog.csdn.net/Michelexie/article/details/80475178