TensorFlow Tools
A collection of manipulation tools for TensorFlow data.
Installation
Use NPM using npm install tensorflow-tools
or fork, clone, download the source
on GitHub to get the latest version.
Basic Usage
Decode data
const TensorFlowReaders = readers;let metaData = ...;let indexData = ...;let dataData = ...; let checkpointReader = readers;checkpointReader;
Decode local files
const TensorFlowReaders = readers; let checkpointReader = readers;checkpointReader);
Decode remote files
const TensorFlowReaders = readers; let checkpointReader = readers;checkpointReader);
Disclaimer
This is not an official Google product.
Author
License
Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0