April 2019
Intermediate to advanced
426 pages
11h 13m
English
At the time of writing, the latest stable version of TensorFlow is r1.13. This version is compatible with Python 2.7, 3.4, 3.5, and 3.6. As the preceding chapters in this book use Python 3.7, we need to set up a separate Python 3.6 environment for running the examples in this chapter. The virtualenv tool (https://virtualenv.pypa.io/) is recommended to isolate Python environments.