Skip to content
#

sparse-training

Here are 21 public repositories matching this topic...

Always sparse. Never dense. But never say never. A Sparse Training repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).

  • Updated Jul 21, 2021
  • Python

Staged Embarrassment Learning (SEL) is a bio-inspired framework for efficient Deep Learning. Inspired by a child’s rapid correction after a mistake, SEL uses dynamic gradient sparsity to focus compute on high-loss "embarrassing" samples . It achieves up to 99% FLOPs reduction, making it ideal for Edge AI.

  • Updated Apr 23, 2026
  • Jupyter Notebook

A small, readable framework for reducing redundant computation in neural network training — loss-based example selection (TopK, AdaptiveK, MeanAdaptive) and low-rank gradient approximation. Includes 300-epoch ViT-B/16 ImageNet-1k results. BSc thesis code (NKUA, 2025).

  • Updated Sep 11, 2026
  • Python

Add this topic to your repo

To associate your repository with the sparse-training topic, visit your repo's landing page and select "manage topics."

Learn more