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
717 stars 71 forks source link

Implement operator `Gather` for backend `Gorgonia` #182

Open mihard opened 4 years ago

mihard commented 4 years ago

Why is this operator needed?

Without this basic operator, it's impossible to run many NLP models with onnx-go.

Implementation

Link to existing material on the backend

N/A

Expected problems?

N/A

Tests

go test -run=ONNX/TestOperator

Prayforhanluo commented 1 year ago

same issue

inesani commented 1 year ago

same issue here

kwhtsng commented 1 year ago

same issue

godshen commented 11 months ago

same issue