oxicuda-ssl 0.1.6

Self-supervised learning primitives for OxiCUDA: SimCLR, MoCo, BYOL, Barlow Twins, VICReg, MAE, SwAV, DINO — pure Rust, zero CUDA SDK dependency.
Documentation
1
2
3
4
//! Standard SSL data augmentation helpers operating on `[C, H, W]` CHW tensors.

pub mod color;
pub mod multi_crop;