DEV Community

Discussion on: Let's go for Hacktoberfest 2019

Collapse
 
rlespinasse profile image
Romain Lespinasse • Edited

Yesterday, during an hacktoberfest event at my company, I work on a go library : onnx-go.
Mainly to help about reducing cyclomatic complexity and find small bugs on the road.

onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.