Skip to main content

Module joint_embedding_spaces_align

Module joint_embedding_spaces_align 

Source
Expand description

Joint Embedding Spaces — alignment algorithms.

Re-exports alignment implementation from joint_embedding_spaces_aligner. Contains: Procrustes alignment, CCA, linear map learning, manifold alignment, cross-modal attention, temperature scheduling, domain adaptation.

Re-exports§

pub use crate::joint_embedding_spaces_aligner::JointEmbeddingSpace;
pub use crate::joint_embedding_spaces_types::CrossModalAttention;
pub use crate::joint_embedding_spaces_types::DomainAdapter;
pub use crate::joint_embedding_spaces_types::LinearProjector;
pub use crate::joint_embedding_spaces_types::TemperatureScheduler;