Initial Release
Pre-release
Pre-release
TRTorch v0.0.1
Initial Release
- This is the initial alpha release of TRTorch. Supports basic compilation of TorchScript Modules, networks similar to ResNet50, Mobilenet, simple feed forward networks.
- C++ Based API
- Can save converted models to PLAN file for use in TensorRT Apps
- Compile module and continue running with JIT interpreter accelerated by TensorRT
- Supports FP32 and FP16 execution
- Sample application to show how to use the compiler
Dependencies
- Libtorch 1.4.0
- CUDA 10.1
- cuDNN 7.6
- TensorRT 6.0.1