October 2018
Intermediate to advanced
246 pages
6h 26m
English
While writing this book, TensorFlow 1.7.0 was available. The TensorFlow Hub has a dependency on the TensorFlow library and can be installed with pip as follows:
$ pip install "tensorflow>=1.7.0"$ pip install tensorflow-hub
When the TensorFlow library is installed, we need to start collecting our image dataset before the training process starts. We need to look into a lot of things before beginning our training.
Read now
Unlock full access