This section of the book will summarize the use of TensorFlow 2.0 (TF 2.0) in a high-level approach, as well as the compatibility differences of TF 2.0 compared with previous versions. This part of the book will focus on how to migrate to TF 2.0 if you have used TensorFlow 1.x (TF 1.x). Though there is a migration API to convert TF 1.x code to TF 2.0, it just does a syntax-to-syntax translation. This part will also dive deeper into guiding you through the code-level changes needed to convert TF 1.x code to TF 2.0 semantically.
This section contains the following chapter:
- Chapter 7, Migrating From TensorFlow 1.x to 2.0