Implement operator Clip for backend Gorgonia/Gorgonnx
mauri870 opened this issue · comments
Mauri de Souza Meneguzzo commented
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
Olivier Wulveryck commented
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
<#173>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYL7KNPZ4TSD2J35NTH443Q4MJFVANCNFSM4KDDFEOA>
.
Mauri de Souza Meneguzzo commented
@owulveryck Any news on this?
Olivier Wulveryck commented
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.