NVIDIA JetPack 3.2 Production Release Now Available

JetPack 3.2 with L4T R28.2 is the latest production software release for NVIDIA Jetson TX2, Jetson TX2i and Jetson TX1. It bundles all the Jetson platform…

Brad Nemire
1 min readintermediate
--
View Original

Overview

NVIDIA JetPack 3.2 is the latest production software release for the Jetson platform, including Jetson TX2, TX2i, and TX1. It integrates essential software components like TensorRT, cuDNN, and CUDA Toolkit, enhancing performance for deep learning applications.

What You'll Learn

1

How to utilize TensorRT for improved performance in deep learning applications

2

Why Docker support is critical for modern software deployment

3

When to implement grouped convolution in cuDNN for RNNs

Key Questions Answered

What are the main features of NVIDIA JetPack 3.2?
NVIDIA JetPack 3.2 includes support for TensorFlow models in TensorRT, out-of-the-box kernel support for Docker, and enhancements in cuDNN for grouped convolution and new CTC Loss Layer for RNNs. These features significantly improve performance and usability for AI applications.
How does JetPack 3.2 improve performance for deep learning applications?
JetPack 3.2 offers up to a 15% performance per watt improvement for deep learning applications through optimized TensorRT support. This enhancement allows developers to achieve better efficiency and speed in AI model inference on Jetson devices.

Key Statistics & Figures

Performance improvement
Up to 15%
This improvement applies to deep learning applications using TensorRT in JetPack 3.2.

Technologies & Tools

Some links below are affiliate links. We may earn a commission if you make a purchase.

Software
Tensorrt
Used for optimizing deep learning models for performance.
Software
Cudnn
Provides support for grouped convolution and new CTC Loss Layer for RNNs.
Software
Cuda Toolkit
Essential for GPU programming and deep learning applications.
Software
Docker
Facilitates containerization and deployment of applications.

Key Actionable Insights

1
Leverage the new TensorRT features to optimize your deep learning models for deployment on Jetson devices.
By utilizing the support for TensorFlow models in TensorRT, developers can enhance the performance of their AI applications, making them more efficient and responsive.
2
Take advantage of Docker support in JetPack 3.2 for easier application management and deployment.
Using Docker simplifies the deployment process, allowing developers to create isolated environments for their applications, which can improve consistency and reduce conflicts.