经验拾忆(纯手工)=> Tensorflow2.0(stable)高光时刻

前言

就在今天凌晨,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'
    原文作者:Cython_lin
    原文地址: https://segmentfault.com/a/1190000020547877
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞