Learn how NVIDIA GPUs and TensorFlow are helping developers dramatically accelerate their AI-based applications.
Overview
The article discusses NVIDIA's participation at TensorFlow World 2019, highlighting advancements in TensorFlow 2.0, TensorRT, and automatic mixed precision for enhancing AI application performance on NVIDIA GPUs. It outlines key sessions and hands-on tutorials aimed at developers to accelerate their AI-based applications.
What You'll Learn
How to eliminate input/output bottlenecks in deep learning applications using DALI
How to enable mixed precision training to improve performance on Volta GPUs
How to optimize TensorFlow applications using TensorRT with Keras APIs
How to deploy trained models using INT8 quantization in TensorRT
Why running TensorFlow at scale on GPU clusters is beneficial for large AI applications
Key Questions Answered
What are the benefits of using TensorRT with TensorFlow 2.0?
How can automatic mixed precision improve training performance?
What is the significance of the Jasper model in speech recognition?
What techniques are covered for scaling TensorFlow on GPU clusters?
Key Statistics & Figures
Technologies & Tools
Some links below are affiliate links. We may earn a commission if you make a purchase.
Key Actionable Insights
1Implementing DALI can significantly enhance the efficiency of data pipelines in deep learning applications.By eliminating I/O bottlenecks, developers can ensure that their models receive data faster, which is crucial for maintaining high training speeds and overall performance.
2Utilizing automatic mixed precision can drastically reduce training times while maintaining model accuracy.This technique is particularly effective on Volta GPUs, making it a valuable strategy for developers looking to optimize their training processes.
3Leveraging TensorRT for inference can lead to substantial performance gains in TensorFlow applications.By integrating TensorRT with TensorFlow 2.0, developers can optimize their applications more effectively, ensuring they make the most of their GPU resources.