早上在使用tensorflow时报了下面的错:
2019-04-10 10:19:31.648250: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
2019-04-10 10:19:31.892490: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties:
name: GeForce GTX 960M major: 5 minor: 0 memoryClockRate(GHz): 1.176
pciBusID: 0000:01:00.0
totalMemory: 4.00GiB freeMemory: 3.34GiB
2019-04-10 10:19:31.905680: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0
2019-04-10

早上遇到TensorFlow训练时出现`tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm.`的错误。该错误可能由于同时运行两个使用GPU的TensorFlow进程,或者CUDA和cuDNN版本不兼容,或者显卡驱动过旧引起。关闭其他使用GPU的程序或检查CUDA、cuDNN和驱动的兼容性是解决问题的方法之一。参考相关文章进行环境重装也有助于解决此问题。
最低0.47元/天 解锁文章
2034

被折叠的 条评论
为什么被折叠?



