0.0.3 • Published 6 years ago

tfjs-npy v0.0.3

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

NumPy file parsing and serialization for TensorFlow.js

See https://docs.scipy.org/doc/numpy/neps/npy-format.html for more information about the file format.

API:

import { parse, serialize } from "tfjs-npy"

parse(ab: ArrayBuffer): tf.Tensor

serialize(tensor: tf.Tensor): Promise<ArrayBuffer>

https://github.com/propelml/tfjs-npy

https://www.npmjs.com/package/tfjs-npy

Build Status