latent-inspector 0.1.0

Fast CLI for inspecting and comparing learned representations across self-supervised vision models
Documentation
1
2
3
4
5
6
pub mod loader;

pub use loader::{
    for_each_image, load_image, map_images_parallel, scan_images, DatasetIterator,
    DatasetProcessingSummary, ImageEntry, SkippedImage,
};