TensorFlow

来源:互联网 发布:淘宝店铺客户流失分析 编辑:程序博客网 时间:2024/05/01 03:44

TensorFlow - version and path

strong@foreverstrong:~$ pythonPython 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> import tensorflow as tf>>> tf.__version__'1.3.0'>>> >>> tf.__path__['/home/strong/.local/lib/python2.7/site-packages/tensorflow']>>> exit()


原创粉丝点击