torch2trt icon indicating copy to clipboard operation
torch2trt copied to clipboard

An easy to use PyTorch to TensorRT converter

Results 235 torch2trt issues
Sort by recently updated
recently updated
newest added

Hello. I've noticed that this project hasn't been updated for over nine months. This has made me hesitant to delve deeper into learning how to use torch2trt, as I'm worried...

Hi, I'm currently working with torch2trt in our project, and due to some constraints, we need to implement padding manually. I've managed to reproduce the error using the following dummy...

TensorRT can save serialized engine to disk or load serialized engine from disk. This PR add this feature.

```python (venv) F:\FAST_Anime_VSR>call python main.py We are going to process single videos located at ./i.mp4 Current supported input resolution for Super-Resolution is defaultdict(, {}) No such orginal resolution (1280X720) weight...

Hi @chitoku , @koenvandesande , @saulzar , @vellamike , @SnowMasaya . Thanks a lot for making this great repo available. As instructed in your README.md, I set up my environment...