
错误提示:segmentation fault (core dumped)
场景:
1、重装 tensorflow-gpu 后;
2、python中 import tensorflow 报错。
解决方法:
安装更高版本的 tensorflow-gpu,我的报错版本为1.13.2,卸载后安装1.14.0,问题解决。
查询 tensorflow 版本:
import tensorflow
print(tensorflow.__version__)
欢迎分享,转载请注明来源:内存溢出

错误提示:segmentation fault (core dumped)
场景:
1、重装 tensorflow-gpu 后;
2、python中 import tensorflow 报错。
解决方法:
安装更高版本的 tensorflow-gpu,我的报错版本为1.13.2,卸载后安装1.14.0,问题解决。
查询 tensorflow 版本:
import tensorflow
print(tensorflow.__version__)
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)