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
//! Masked SSL losses: Masked Autoencoder (MAE) random-patch dropping +
//! reconstruction MSE.

pub mod mae;