Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.