Contributing TFRecordWriter and TFExampleParser · Issue #162 · tensorflow/rust (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@masonk

Description

@masonk

In my own project, I am using Rust to write TFRecords full of TFExamples to disk.

The code for doing this is something that might be useful to many projects that import the tensorflow crate, and I'd like to submit a PR for these utils.

However, it would be nice to have an agreement from package maintainers on the specifics of the design before I code up the CL. To give an example of outstanding questions:

  1. Do you even want RecordWriter and/or ExampleWriter in this crate?
  2. Namespace? By analogy to the Python API, what about tensorflow::io?
  3. File structure? src/io.rs?