Open mauri870 opened 4 years ago
Thanks for this issue.
I’ll try to have a look at it this month if I find some free time.
Le lun. 6 janv. 2020 à 12:32, Mauri de Souza Nunes notifications@github.com a écrit :
Why is this operator needed?
Received this error when trying to run a MobilenetV2 model:
onnx: operator Clip not implemented ()
Implementation
- Description of the Clip operator in ONNX https://github.com/onnx/onnx/blob/master/docs/Operators.md#Clip
Link to existing material on the backend
N/A Expected problems?
N/A Tests
go test -run=ONNX/TestOperator
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/owulveryck/onnx-go/issues/173?email_source=notifications&email_token=ACYL7KMP34V6J7IYESATGTLQ4MJFVA5CNFSM4KDDFEOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IEGODLQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYL7KNPZ4TSD2J35NTH443Q4MJFVANCNFSM4KDDFEOA .
@owulveryck Any news on this?
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.
Why is this operator needed?
Received this error when trying to run a MobilenetV2 model:
Implementation
Clip
operator in ONNXLink to existing material on the backend
N/A
Expected problems?
N/A
Tests
go test -run=ONNX/TestOperator