4个版本
使用旧Rust 2015
0.2.0 | 2017年12月20日 |
---|---|
0.1.18 | 2017年10月25日 |
0.1.2 | 2017年12月20日 |
在#loader中排名第97
每月下载量33次
21KB
441 行
cifar-10-loader-rs
使用Rust实现的cifar10加载器
加载Cifar10
Cifar10简单加载器
示例
下载CIFAR-10二进制版本并解压。
extern crate cifar_10_loader;
use cifar_10_loader::CifarDataset;
//This path is directory of cifar-10-batches-bin.
//It's extracted from CIFAR-10 binary version.
let cifar10_path = "./cifar-10-batches-bin/";
let cifar_dataset = CifarDataset::new(cifar10_path).unwrap();
依赖项
~15–24MB
~204K SLoC