求教一个ubuntu上tesnorflow的问题
tensorflow吧
全部回复
仅看楼主
level 2
为什么在终端导入tensorflow没有报错,而在sublime导入就报 ImportError: libcublas.so.9.0:?
我安装的是tensorflow-gpu-1.5.0,cuda9.0,cudnn7.0
2018年06月20日 18点06分 1
level 2
Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
/home/kariya/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
>>> import tensorflow as tf
>>>
2018年06月20日 18点06分 5
level 2
上面是终端里的输出结果
2018年06月20日 18点06分 6
level 2
这是sublime里import tensorflow的输出结果
2018年06月20日 18点06分 8
level 2
谢谢大家
2018年06月20日 18点06分 10
level 1
这个不算报错......就是一个FutureWarning
2018年06月25日 03点06分 11
level 8
这个不算报错......就是一个FutureWarning
2018年06月26日 12点06分 12
1