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.

Home Page:https://blog.owulveryck.info/2019/04/03/from-a-project-to-a-product-the-state-of-onnx-go.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement operator Clip for backend Gorgonia/Gorgonnx

mauri870 opened this issue · comments

Why is this operator needed?

Received this error when trying to run a MobilenetV2 model:

onnx: operator Clip not implemented ()  

Implementation

Link to existing material on the backend

N/A

Expected problems?

N/A

Tests

go test -run=ONNX/TestOperator

Hi,
Sorry, I lack the time.
I first need to do a couple of fixes to #176 to start on a sanitized code-base. I will have a look right after that, but TBH I cannot tell you when.
Meanwhile, I can give you support if you want to implement it and submit a PR if there is an emergency or you.