PyTorch to TensorRT engine with TensorRT 3.0 on Jetson TX2?

Hi nVidia.

After the release of your latest JetPack 3.2 with TensorRT 3.0, do you support converting PyTorch models into TensorRT engines as described here: API Reference :: NVIDIA Deep Learning TensorRT Documentation

The guide describes the conversion process using the Python API. Is the TensorRT Python API available on the Jetson now with this JetPack v3.2?
If not, are we able to convert PyTorch models using the C++ API?

Best regards
Thomas Jespersen

Hi,

PyTorch to TensorRT is not available for Jetson platform due to no Python API:

You can find our supported information here:
[url]Developer Guide :: NVIDIA Deep Learning TensorRT Documentation

Thanks.