Skip to content

Simple tool for PyTorch >> ONNX >> TensorRT conversion

License

Notifications You must be signed in to change notification settings

jinyeom/torchrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorchRT

A lightweight PyTorch >> ONNX >> TensorRT converter with a focus on simplicity

TorchRT provides a simple way to convert a PyTorch nn.Module to a TensorRT-equipped module. While the goal of this package is similar to that of torch2trt from NVIDIA, TorchRT does this by first converting the module to ONNX, allowing options to optimize the model graph without the need to maintain conversion code for each operator.

References

About

Simple tool for PyTorch >> ONNX >> TensorRT conversion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages