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?
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?