Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/tdf
TDF - Tensor Data Format
https://github.com/pmuens/tdf
artificial-intelligence deep-learning deep-neural-networks deep-reinforcement-learning neural-network
Last synced: 14 days ago
JSON representation
TDF - Tensor Data Format
- Host: GitHub
- URL: https://github.com/pmuens/tdf
- Owner: pmuens
- License: apache-2.0
- Created: 2019-03-24T16:33:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T16:47:53.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T04:44:31.566Z (3 months ago)
- Topics: artificial-intelligence, deep-learning, deep-neural-networks, deep-reinforcement-learning, neural-network
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensor Data Format
The "Tensor Data Format" (TDF) is a lightweight data format to define information about Tensors.
TDFs can be used in various ways such as persisting Tensors on disk or (de)serializing Tensors in preparation for distributed computations.
## Specs
Specifications can be found in the [`specs`](./specs) directory.
## RFCs
RFCs can be found in the [`rfc`](./rfc) directory. Feel free to create a new PR with your proposal.