awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to vita-group/dataefficientlth

Open-source alternatives to DataEfficientLTH

30 open-source projects similar to vita-group/dataefficientlth, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DataEfficientLTH alternative.

  • tencent/pocketflowTencent avatar

    Tencent/PocketFlow

    2,914View on GitHub↗

    PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format optimization. It provides a system for reducing the size and complexity of neural networks to improve inference efficiency, featuring a dedicated engine for knowledge distillation and a mobile model optimizer. The framework differentiates itself through an automated hyperparameter tuning system that uses reinforcement learning and statistical models to determine optimal compression ratios and layer-wise bit allocation. It also includes a distributed training system that utilizes mu

    Pythonautomlcomputer-visiondeep-learning
    View on GitHub↗2,914
  • boone891214/sanity-check-lthboone891214 avatar

    boone891214/sanity-check-LTH

    8View on GitHub↗

    Sample code use for NeurIPS 2021 paper: Sanity Checks for Lottery Tickets: Does Your Winning Ticket Really Win the Jackpot?

    Python
    View on GitHub↗8
  • chrundle/bipropchrundle avatar

    chrundle/biprop

    51View on GitHub↗

    This method identifies a binary weight or binary weight and activation subnetwork within a randomly initialized network that achieves performance comparable to, and sometimes better than, a weight-optimized network. The resulting binarized and pruned networks that achieve comparable performance…

    Python
    View on GitHub↗51
  • dchiji-ntt/iteranddchiji-ntt avatar

    dchiji-ntt/iterand

    10View on GitHub↗

    by Daiki Chijiwa\*, Shin’ya Yamaguchi, Yasutoshi Ida, Kenji Umakoshi, Tomohiro Inoue

    Python
    View on GitHub↗10

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dem123456789/pruning-deep-neural-networks-from-a-sparsity-perspectivedem123456789 avatar

    dem123456789/Pruning-Deep-Neural-Networks-from-a-Sparsity-Perspective

    25View on GitHub↗

    ICLR 2023 Pruning Deep Neural Networks from a Sparsity Perspective

    Python
    View on GitHub↗25
  • densoitlab/bitpruneDensoITLab avatar

    DensoITLab/bitprune

    11View on GitHub↗

    This is the official repo for ICLR 2023 Paper "Bit-Pruning: A Sparse Multiplication-Less Dot-Product" Yusuke Sekikawa and Shingo Yashima

    Jupyter Notebook
    View on GitHub↗11
  • dingxiaoh/gsm-sgdDingXiaoH avatar

    DingXiaoH/GSM-SGD

    44View on GitHub↗

    This repository contains the codes for the following NeurIPS-2019 paper

    Python
    View on GitHub↗44
  • ekdeepslubana/flowandpruneEkdeepSLubana avatar

    EkdeepSLubana/flowandprune

    20View on GitHub↗

    Codebase for the paper "A Gradient Flow Framework for Analyzing Network Pruning" \ICLR, 2021\.

    Python
    View on GitHub↗20
  • ganguli-lab/degrees-of-freedomganguli-lab avatar

    ganguli-lab/degrees-of-freedom

    37View on GitHub↗

    This repository contains source code for the ICLR 2022 paper How many degrees of freedom do we need to train deep networks: a loss landscape perspective by Brett W. Larsen, Sanislav Fort, Nic Becker, and Surya Ganguli (arXiv version).

    Python
    View on GitHub↗37
  • gatech-eic/s3-routerGATECH-EIC avatar

    GATECH-EIC/S3-Router

    17View on GitHub↗

    NeurIPS 2022 "Losses Can Be Blessings: Routing Self-Supervised Speech Representations Towards Efficient Multilingual and Multitask Speech Processing" by Yonggan Fu, Yang Zhang, Kaizhi Qian, Zhifan Ye, Zhongzhi Yu, Cheng-I Lai, Yingyan Lin

    Python
    View on GitHub↗17
  • google-research/lottery-ticket-hypothesisgoogle-research avatar

    google-research/lottery-ticket-hypothesis

    730View on GitHub↗

    This codebase was developed by Jonathan Frankle and David Bieber at Google during the summer of 2018.

    Python
    View on GitHub↗730
  • hezheug/sparse-double-descenthezheug avatar

    hezheug/sparse-double-descent

    15View on GitHub↗

    This framework implements key experiments on the sparse double descent phenomenon, as demonstrated in the following paper:

    Python
    View on GitHub↗15
  • inspire-group/hydrainspire-group avatar

    inspire-group/hydra

    91View on GitHub↗

    Repository with code to reproduce the results and checkpoints for compressed networks in our paper on novel pruning techniques with robust training. This repository supports all four robust training objectives: iterative adversarial training, randomized smoothing, MixTrain, and CROWN-IBP.

    Python
    View on GitHub↗91
  • ist-daslab/acdcIST-DASLab avatar

    IST-DASLab/ACDC

    23View on GitHub↗

    This code allows replicating the image experiments of AC/DC: Alternating Compressed/DeCompressed Training of Deep Neural Networks. This code allows for training compressed and decompressed WideResNet models for CIFAR-100, ResNet50 and MobileNet models for Imagenet (also for 2:4 sparsity), and…

    Python
    View on GitHub↗23
  • ist-daslab/obcIST-DASLab avatar

    IST-DASLab/OBC

    130View on GitHub↗

    Code for the NeurIPS 2022 paper "Optimal Brain Compression: A Framework for Accurate Post-Training Quantization and Pruning".

    Python
    View on GitHub↗130
  • ist-daslab/spdyIST-DASLab avatar

    IST-DASLab/spdy

    20View on GitHub↗

    This repository contains reference implementations of all methods introduced in our ICML 2022 paper: SPDY: Accurate Pruning with Speedup Guarantees. This includes the DP algorithm for efficiently solving constrained layer-wise compression problems (see dpsolve() in spdy.py), the reparametrized…

    Python
    View on GitHub↗20
  • ivrl/robustbinarysubnetIVRL avatar

    IVRL/RobustBinarySubNet

    4View on GitHub↗

    Official implementation of the NeurIPS 2022 accepted paper "Robust Binary Models by Pruning Randomly-initialized Networks"

    Python
    View on GitHub↗4
  • jack-willturner/deepcompression-pytorchjack-willturner avatar

    jack-willturner/DeepCompression-PyTorch

    182View on GitHub↗

    A PyTorch implementation of this paper.

    Jupyter Notebook
    View on GitHub↗182
  • jaeho-lee/layer-adaptive-sparsityjaeho-lee avatar

    jaeho-lee/layer-adaptive-sparsity

    68View on GitHub↗

    This is the official implementation of the paper: "Layerwise Sparsity for Magnitude-based Pruning", ICLR 2021.

    Python
    View on GitHub↗68
  • jingtongsu/sanity-checking-pruningJingtongSu avatar

    JingtongSu/sanity-checking-pruning

    43View on GitHub↗

    This repository contains the code for reproducing the results in the following paper:

    Python
    View on GitHub↗43
  • kaiqizhang/admm-pruningKaiqiZhang avatar

    KaiqiZhang/admm-pruning

    109View on GitHub↗

    Prune DNN using Alternating Direction Method of Multipliers (ADMM)

    Python
    View on GitHub↗109
  • mingsun-tse/smile-pruningmingsun-tse avatar

    mingsun-tse/smile-pruning

    32View on GitHub↗

    This repository is meant to provide a generic code base for neural network pruning, especially for pruning at initialization (PaI). (In preparation now, you may check our survey paper and paper collection below.)

    Python
    View on GitHub↗32
  • namhoonlee/snip-publicnamhoonlee avatar

    namhoonlee/snip-public

    115View on GitHub↗

    This repository contains code for the paper SNIP: Single-shot Network Pruning based on Connection Sensitivity (ICLR 2019).

    Python
    View on GitHub↗115
  • ososos888/prune-then-distillososos888 avatar

    ososos888/prune-then-distill

    50View on GitHub↗

    This is an PyTorch implement of the paper ``Prune Your Model Before Distill It''.

    Python
    View on GitHub↗50
  • robustbench/robustbenchRobustBench avatar

    RobustBench/robustbench

    776View on GitHub↗

    Francesco Croce\ (University of Tübingen), Maksym Andriushchenko\ (EPFL), Vikash Sehwag\ (Princeton University), Nicolas Flammarion (EPFL), Mung Chiang (Purdue University), Prateek Mittal (Princeton University), Matthias Hein (University of Tübingen)

    Python
    View on GitHub↗776
  • sarafridov/robustnetssarafridov avatar

    sarafridov/RobustNets

    4View on GitHub↗

    RobustNets benchmark models and code

    Python
    View on GitHub↗4
  • songhan/deep-compression-alexnetsonghan avatar

    songhan/Deep-Compression-AlexNet

    672View on GitHub↗

    March 15, 2019: for our most updated work on model compression and acceleration, please reference:

    Python
    View on GitHub↗672
  • uber-research/deconstructing-lottery-ticketsuber-research avatar

    uber-research/deconstructing-lottery-tickets

    143View on GitHub↗

    Hattie Zhou, Janice Lan, Rosanne Liu, Jason Yosinski

    Python
    View on GitHub↗143
  • vita-group/elasticlthVITA-Group avatar

    VITA-Group/ElasticLTH

    11View on GitHub↗

    This repo includes codes for the official implementation of the paper The Elastic Lottery Ticket Hypothesis, by Xiaohan Chen, Yu Cheng, Shuohang Wang, Zhe Gan, Jingjing Liu, Zhangyang Wang.

    Python
    View on GitHub↗11
  • vita-group/granetVITA-Group avatar

    VITA-Group/GraNet

    31View on GitHub↗

    Sparse Training via Boosting Pruning Plasticity with Neuroregeneration Shiwei Liu,Tianlong Chen,Xiaohan Chen,Zahra Atashgahi,Lu Yin,Huanyu Kou,Li Shen,Mykola Pechenizkiy,Zhangyang Wang, Decebal Constantin Mocanu https://arxiv.org/abs/2106.10404

    Python
    View on GitHub↗31