tfrecord
The crate provides readers/writers for TensorFlow TFRecord data format. It has the following features.
- Provide both high level
Exampletype as well as low levelVec<u8>bytes de/serialization. - Support async/await syntax. It's easy to work with futures-rs.
- Interoperability with serde, image, ndarray and tch.
- Support TensorBoard! (exampe code)
License
MIT license. See LICENSE file for full license.