Hello,
I have a Pytorch model compiled to TensorRT, which I need to deliver to a third party client so they can use it (business requirement, we cannot perform the detections in our cloud service).
Since we’re worried about other people stealing the architecture of our model, as well as the weights, I would like to know if there is any way of reverse engineering the .engine file and extracting said weights and model architecture.
Thank you in advance