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
7
8
9
10
11
pub mod analysis;
pub mod dataset;
pub mod errors;
pub mod extract;
pub mod models;
pub mod tui;
pub mod validation;
pub mod viz;

#[cfg(test)]
pub(crate) static TEST_PROCESS_ENV_LOCK: std::sync::Mutex<()> = std::sync::Mutex::new(());