- How to visualize graphs and important values (loss, accuracy, batch training time, and so on) even during training.
- How HParams HParams, a TensorBoard plugin, allows finding the better hyperparameters optimization.
- How to implement test using TensorFlow's testing framework.
- How to use a machine with multiple devices. E.g., a machine with a CPU, and one or more GPUs.
- How to use mirrored strategy for speedup the training.
- How to save and restore a TensorFlow model.
- How to deploy models using TensorFlow Serving component (TFX).