首页 > 其他分享> > Error reported to Coordinator: Default MaxPoolingOp only supports NHWC on device type CPU
Error reported to Coordinator: Default MaxPoolingOp only supports NHWC on device type CPU
作者:互联网
早上起来调参训练模型的时候 duang~~~
-
上回出现这样的问题是:
tensorflow装的CPU版,默认跑CPU,但配置里没改,
但我是要跑GPU的,所以就:
查看所有tensorflow相关的包pip list |grep tensor
然后全卸了
pip uninstall tensorflow 。。。# '。。。'表示其他tensor开头的包
再
pip install tensorflow-gpu
完美解决
但是 这一次不管用了
后来执行
nvidia-smi
才发现
没错—>驱 动 崩 了!!! 我擦嘞
只好重装喽
参考教程
标签:全卸,tensor,Default,调参,Coordinator,pip,tensorflow,type,CPU 来源: https://blog.csdn.net/Wangkongrong/article/details/99549031