You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/or ExampleWriter in this crate?
Namespace? By analogy to the Python API, what about tensorflow::io?