Closed
Description
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:
- Do you even want
RecordWriter
and/orExampleWriter
in this crate? - Namespace? By analogy to the Python API, what about
tensorflow::io
? - File structure?
src/io.rs
?