Plans For FILM Torch_TensorRT #54
AIManifest
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@HolyWu Greetings friend. Kindly inquiring if you were interested in assisting me with converting frame-interpolation-pytorch FILM models to torch_tensorrt. I have an existing framework in place right now that works, but the output it produces is flawed. I've read the docs and tested all of the options for
torch.compile
,torch_tensorrt.compile
, andtorch_tensorrt.dynamo.compile
. The last option produced the fastest inference however the output is flawed. The first two options perform as expected, but at half the speed of the last option. I'd love to pick your brain with converting the model to torch_tensorrt correctly, so please let me know. Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions