chainyo/tensorshare
🤝 Trade any tensors over the network
TensorShare helps developers send and receive numerical data structures, known as tensors, across different applications or machines over a network. It takes in tensors from frameworks like PyTorch or NumPy and outputs a safely serialized version that can be transmitted. The recipient can then deserialize it back into their preferred framework. This is for software developers building applications that need to exchange large numerical arrays efficiently.
No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building an application that needs to quickly and safely exchange large numerical datasets (tensors) between different parts of your system or with other applications.
Not ideal if you need a production-ready solution, as this project is currently in heavy development.
Stars
31
Forks
—
Language
Python
License
MIT
Category
Last pushed
Sep 27, 2023
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/chainyo/tensorshare"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pymc-devs/pytensor
PyTensor allows you to define, optimize, and efficiently evaluate mathematical expressions...
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
lava-nc/lava-dl
Deep Learning library for Lava
tensorly/tensorly
TensorLy: Tensor Learning in Python.
tensorpack/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility