How to Use TensorFlow Profiler to Optimize Model Performance
Content Overview Collect performance data Profiling APIs Profiling custom training loops Profiling use cases Best practices for optimal model performance Optimize the input data pipeline Use threading and parallel execution Miscellaneous Improve device performance Additional resources Known limitations Profiling multiple GPUs on TensorFlow 2.2 and TensorFlow 2.3 Collect performance data The TensorFlow Profiler collects host … Read more