Skip to main content

compute_gradient_stats

Function compute_gradient_stats 

Source
pub fn compute_gradient_stats(
    gradients: &HashMap<String, Array1<f64>>,
) -> Vec<GradientStats>
Expand description

Compute gradient statistics for all layers in a gradient dictionary.