- TensorFlow 2.0 Quick Start Guide
- Tony Holdroyd
- 64字
- 2021-06-24 16:02:02
Housekeeping and eager operations
We will first look at how to import TensorFlow, then TensorFlow coding style, and how to do some basic housekeeping. After this, we will look at some basic TensorFlow operations. You can either create a Jupyter Notebook for these snippets or use your favorite IDE to create your source code. The code is all available in the GitHub repository.