ubccr/terf
Go library for reading/writing TensorFlow TFRecords file format
This tool helps researchers and data scientists prepare image datasets for machine learning training. It converts a collection of labeled images and their metadata into TensorFlow's TFRecords format, a specialized file type for efficient data handling. You provide your images and a CSV file describing them, and it outputs TFRecord files ready for use in TensorFlow.
No commits in the last 6 months.
Use this if you need to transform your labeled image files into the TFRecords format for machine learning, or inspect and extract existing TFRecords datasets without installing TensorFlow.
Not ideal if you are exclusively working within Python and TensorFlow, as TensorFlow's built-in tools might be more integrated for your workflow.
Stars
19
Forks
3
Language
Go
License
GPL-3.0
Category
Last pushed
Apr 20, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ubccr/terf"
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