pwnall / tfrecord

Reader and writer for the TensorFlow Record file format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Write or generate some API docs

sbrl opened this issue · comments

This npm package looks like just the thing I need for my PhD research, but without any API documentation it's very difficult to tell how it works. Does one call .releaseExample() once or multiple times? If multiple times, then is it per sample or per batch? How does the data written using tfrecord.createBuilder() interact with Tensorflow for Python or Tensorflow.js? Many unanswered questions here.