Hi,
I would like to serialize my PyTorch model to use it with my C++ application in production. I came across the use of TorchScript (as documented in PyTorch) and torch2trt.
Is there a difference in the serialization achieved by the two?
Hi,
I would like to serialize my PyTorch model to use it with my C++ application in production. I came across the use of TorchScript (as documented in PyTorch) and torch2trt.
Is there a difference in the serialization achieved by the two?