Function diff_ml_models

Source
pub fn diff_ml_models(
    model1_path: &Path,
    model2_path: &Path,
    epsilon: Option<f64>,
) -> Result<Vec<DiffResult>>
Expand description

Compare two PyTorch/Safetensors models and return differences