Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 446 Bytes

index.md

File metadata and controls

12 lines (7 loc) · 446 Bytes

torch2trt

torch2trt is a PyTorch to TensorRT converter which utilizes the TensorRT Python API. The converter is

  • Easy to use - Convert modules with a single function call torch2trt

  • Easy to extend - Write your own layer converter in Python and register it with @tensorrt_converter

If you find an issue, please let us know!