PaddlePaddle / Serving

A flexible, high-performance carrier for machine learning models(『飞桨』服务化部署框架)
Apache License 2.0
901 stars 250 forks source link

How does the inputs and outputs work. What is scale factor and can I disable it? #2004

Closed rlewkowicz closed 3 months ago

rlewkowicz commented 3 months ago

Full disclosure, I am not an ML expert and barely understand the fundamentals so I apologize if this is ignorant. I can get around the tool chains, read directions, and solve dependency issues.

Most yolo tool chains, have an input and output. When exporting paddle models it has input, scale factor, and two scale factor outputs. I don't know how any of the layers work, I just know that scale factor seems unique to paddlepaddle, and I use fixed size everything, I don't even want that. I'm not scaling anything.

Is there a way to disable the use of scalefactor and export a simple in/out model?

github-actions[bot] commented 3 months ago

Message that will be displayed on users' first issue

rlewkowicz commented 3 months ago

opened this on the wrong repo