文件名称:读写 tfrecord 文件的 Rust crate
文件大小:202KB
文件格式:ZIP
更新时间:2024-07-18 12:47:00
rust-tfrecord
tfrecord-rustcrate 提供了从 TensorFlow 序列化和反序列化 TFRecord 数据格式的功能。特征提供高级Example类型以及低级Vec
【文件预览】:
rust-tfrecord-master
----.gitignore(61B)
----src()
--------utils.rs(571B)
--------dataset.rs(11KB)
--------error.rs(2KB)
--------conversions()
--------writer.rs(4KB)
--------io.rs(8KB)
--------types.rs(8KB)
--------markers.rs(4KB)
--------protos()
--------summary()
--------reader.rs(9KB)
--------lib.rs(2KB)
----LICENSE(1KB)
----Cargo.toml(2KB)
----.gitmodules(0B)
----examples()
--------event_reader()
--------tfrecord_info.rs(2KB)
--------tensorboard_async.rs(5KB)
--------dataset.rs(4KB)
--------tensorboard.rs(5KB)
--------tfrecord_info_async.rs(3KB)
--------save_mnist_to_tfrecord.rs(4KB)
----README.md(8KB)
----tests()
--------summary.rs(4KB)
--------dataset.rs(5KB)
--------common.rs(4KB)
--------example.rs(5KB)
----rustfmt.toml(52B)
----prebuild_src()
--------tensorflow_with_serde.rs(99KB)
--------tensorflow_without_serde.rs(93KB)
----build.rs(9KB)