python错误提示:segmentation fault (core dumped)

错误提示: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__)

你可能感兴趣的:(Python,python,tensorflow,深度学习)