oramasearch / onnx-go

onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
https://blog.owulveryck.info/2019/04/03/from-a-project-to-a-product-the-state-of-onnx-go.html
MIT License
704 stars 72 forks source link

poor performance (run model) #197

Open manjunathsc123 opened 2 years ago

manjunathsc123 commented 2 years ago

my onnx file is very simple (light weight) but still run model takes lot of time(1ms) to process the data . how can i improve the performace of the run model. could you please help me on any solution to solve this issue . thank you