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

Implement operator `LinearRegressor` for backend `gorgonia` #190

Open Sauci opened 2 years ago

Sauci commented 2 years ago

Why is this operator needed?

I get the error [ERROR] onnx: operator LinearRegressor not implemented () with the backend gorgonia

Implementation

Link to existing material on the backend

N/A

Expected problems?

N/A

Tests

go test -run=ONNX/TestOperator