kuroko1t/gotorch
go binding for pytorch
This project helps Go developers integrate pre-trained PyTorch models or build new deep learning models directly within their Go applications. It takes PyTorch models (like a '.pt' Torchscript file) or raw data, and outputs predictions or trained model parameters. Go programmers who want to leverage machine learning without switching languages or frameworks would use this.
No commits in the last 6 months.
Use this if you are a Go developer and need to incorporate machine learning capabilities, such as image classification or data processing with neural networks, directly into your Go projects using the PyTorch ecosystem.
Not ideal if you primarily work in Python, as this is a Go binding and offers no direct advantage over native PyTorch development in Python.
Stars
8
Forks
3
Language
Go
License
MIT
Category
Last pushed
May 29, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kuroko1t/gotorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications