November 2018
Intermediate to advanced
322 pages
7h 54m
English
The use of TFoS can be divided into three basic steps:
cluster = TFCluster.run(sc, map_fn, args, num_executors, num_ps, tensorboard, input_mode)
cluster.train(dataRDD, num_epochs)
We perform the inference with the help of cluster.inference(dataRDD).
We can modify any TensorFlow program to work with TFoS. In the following section, we'll look at how we can train a model to recognize handwritten digits using TFoS.
Read now
Unlock full access