eat_tensorflow2_in_30_days_ipynb is Jupyter Notebook running version of 《Eat That TensorFlow2.0 in 30 Days》.
Thanks to lyhue1991 for the tutorial.
Click on the corresponding blue heading to access the chapter。
All the source codes are tested in jupyter. It is suggested to clone the repository to local machine and run them in jupyter for an interactive learning experience.
#Note: all the codes are tested under TensorFlow 2.1
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U tensorflow
import tensorflow as tf
tf.print("tensorflow version:",tf.__version__)
tensorflow version: 2.1.0