I have trained a efficiendet tf2 model for 300 epochs and wants to convert it into onnx.
But when I am converting the .tlt model to onnx, using the export.py, the onnx model has TensorRT layers in it.
TensorRT operators are not supported on my target device.
Could you please help me in converting the .tlt model to onnx model without TensorRT
2 posts - 2 participants