前言

就在今天凌晨,TF20标准版,降临,可喜可贺。
因此,我认为,值得记录。。。

Github URL

https://github.com/tensorflow...

"goldiegadde released this 19 hours ago" ~~ yeah

参考Beta环境

我之前写过一篇2.0-GPU Beta环境, 你若连Tensorflow都每装过,那么移步:
传送门:https://segmentfault.com/a/11...

更新至TF20-GPU命令

pip install -U tensorflow-gpu -i https://pypi.douban.com/simple

查看版本

>>> import tensorflow as tf       # 运行后,会输出一段关于CUDA的 INFO>>> tf.__version__'2.0.0'