基于Eager Execution | Based on Eager Execution
在线阅读 | Read online : https://tf.wiki
备用地址 | Alternative URL:https://snowkylin.github.io/tensorflow-handbook/
作者 | Author: Xihan Li (snowkylin), Huan Li, Jinpeng Zhu
本手册是一篇精简的TensorFlow 2.0入门指导,基于TensorFlow的Eager Execution(动态图)模式,力图让具备一定机器学习及Python基础的开发者们快速上手TensorFlow 2.0。
本文的所有代码基于TensorFlow 2.0 beta1版本。
This handbook is a concise introduction to TensorFlow 2.0 based on Eager Execution mode, trying to help developers with some basic machine learning and Python knowledge to get started with TensorFlow 2.0 quickly.
The code of this handbook is based on TensorFlow 2.0 beta1.
PDF下载(旧版) | PDF download (old version) :
- (中文版 | Chinese): https://www.tensorflowers.cn/t/6230
- (英文版 | English): https://github.com/snowkylin/tensorflow-handbook/releases
在线答疑区 | Online Q&A area :
- (中文 | Chinese): https://www.tensorflowers.cn/b/48
- (英文 | English): https://github.com/snowkylin/tensorflow-handbook/issues
run
make install
for run all the follow commands.
# https://www.ibm.com/developerworks/cn/opensource/os-sphinx-documentation/index.html
pip install sphinx
# for theme
pip install sphinx_rtd_theme
# for auto build
pip install sphinx_autobuild