tch 0.0.1

PyTorch wrappers for rust
1
2
3
4
5
6
mod dataset;
pub use dataset::Dataset;

pub mod mnist;

pub mod cifar;