Other Parts Discussed in Thread: TDA2
Hi,
I'm trying to deploy a model with multiple output tensors, I noticed this similar thread, my questions are:
1. I'm not confident about how to access multiple output tensors, based on this thread, the key is changing of "j" right?
2. I remember a long time ago, when deploying models, I need to deal with the paddings (both inputs and outputs) but I didn't find anything in this tidlrt code.
3. I also remember I need to deal with de-quantization scalar, how to get this number for each output tensor?
My model is in caffe format and I had a hard time converting it to onnx, so have to stick with tidlrt.
I guess a standard 3 output tensor OD example would cover all these questions, can someone help?
Thanks,
Neal