Questions regarding decoder*.onnx
#5
by
xyutech
- opened
Hello,
Thank you for you work!
I have a few questions regarding decoder model.
- Original code's decoder has Florence2LearnedPositionalEmbedding module. There is no matching onnx file. Is it included to decoder's onnx?
- Does decoder's onnx contain all 12 layers?
Basically it is about entry and exit points of part exported to onnx. Original Florence2Decoder takes tokens ids on input, not embedding. - Did I get correctly that merged onnx should be used?
Thank you!