April 2017
Intermediate to advanced
320 pages
7h 46m
English
This the time for doing a concrete example from the beginning till having the .apk files up and running on your device. We are going to follow the Bazel approach for that.
First, you need to clone tensorflow repository, by issuing the following command:
git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git
Next, you need to install Bazel(Which is the underlying build system that TensorFlow uses to build their programs, https://bazel.build/) and Android prerequisites:
Read now
Unlock full access