
5/10/2017
What this post added
This post introduces benchmarks for TensorFlow on various hardware configurations (CPU, GPU, TPU) and provides a guide for achieving high performance. It details how to optimize TensorFlow for different hardware, including specific recommendations for CPU optimization (e.g., using MKL, AVX instructions) and GPU optimization (e.g., cuDNN, TensorRT). The guide also covers best practices for data loading, model parallelism, and distributed training to maximize throughput and minimize latency.