Skip to content

Contributing TFRecordWriter and TFExampleParser #162

Closed
@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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions