I wanted to explore possible options for model conversions. Converting a pytorch model to onnx is pretty straightforward After that, is it possible to convert an onnx model file into a Tensor RT engine file using tensorrt python API
I wanted to get a general idea whether its even possible to do the reverse sequence of steps, suppose I only have an (unknown original model and weights) tensor rt engine file, and want to retrieve the model architecture and the model weights using only that file.. is there any way to do that?
Thanks in advance
I am new to tensorrt and I am searching for a source to get started with this