|
|
|
|
|
by chewxy
2418 days ago
|
|
Almost entirely in Go. I use Gorgonia [0] and Gonum [1]. Granted I wrote Gorgonia. All solutions fit into the company's CI/CD infra with almost no additional overhead. Sometimes the end result is gRPC services, sometimes its some sort of serialized model (weights). Sometimes the model is specified in protobuf. Very rarely it's a HTTP API. I don't fancy those. Ironically I haven't done much distributed models. Or if it's distributed, it's not some Kafka-esque monstrosity. I rarely use Python for anything other than exploratory analyses now. Being able to type `go build .` and have it run anywhere is pretty awesome [0] https://gorgonia.org
[1] https://gonum.org |
|