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

Will this project be maintained further and are contributions still welcomed? #189

Closed Swopper050 closed 3 years ago

Swopper050 commented 3 years ago

At my work we are looking to run GRU encoder decoder networks on edge devices in Go. We train in Pytorch and export the networks as ONNX. Currently the GRU operator is not implemented in the gorgonnx backend and we are considering adding/contributing it, however it seems like the project is fairly stale. Is this project still open to contributions?