awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

43 مستودعات

Awesome GitHub RepositoriesWeight Pruning

Techniques for removing individual neural network connections or parameters to reduce model size.

Explore 43 awesome GitHub repositories matching part of an awesome list · Weight Pruning. Refine with filters or upvote what's useful.

Awesome Weight Pruning GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tencent/pocketflowالصورة الرمزية لـ Tencent

    Tencent/PocketFlow

    2,914عرض على 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

    Provides weight sparsification through a dynamic pruning schedule during training to reduce model size.

    Pythonautomlcomputer-visiondeep-learning
    عرض على GitHub↗2,914
  • robustbench/robustbenchالصورة الرمزية لـ RobustBench

    RobustBench/robustbench

    776عرض على 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)

    Improving out-of-distribution robustness via network compression.

    Python
    عرض على GitHub↗776
  • google-research/lottery-ticket-hypothesisالصورة الرمزية لـ google-research

    google-research/lottery-ticket-hypothesis

    730عرض على GitHub↗

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

    Foundational lottery ticket hypothesis for sparse training.

    Python
    عرض على GitHub↗730
  • songhan/deep-compression-alexnetالصورة الرمزية لـ songhan

    songhan/Deep-Compression-AlexNet

    672عرض على GitHub↗

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

    Foundational deep compression via pruning and quantization.

    Python
    عرض على GitHub↗672
  • jack-willturner/deepcompression-pytorchالصورة الرمزية لـ jack-willturner

    jack-willturner/DeepCompression-PyTorch

    182عرض على GitHub↗

    A PyTorch implementation of this paper.

    Learning weights and connections for efficient neural networks.

    Jupyter Notebook
    عرض على GitHub↗182
  • uber-research/deconstructing-lottery-ticketsالصورة الرمزية لـ uber-research

    uber-research/deconstructing-lottery-tickets

    143عرض على GitHub↗

    Hattie Zhou, Janice Lan, Rosanne Liu, Jason Yosinski

    Deconstructing lottery tickets via zeros, signs, and supermasks.

    Python
    عرض على GitHub↗143
  • ist-daslab/obcالصورة الرمزية لـ IST-DASLab

    IST-DASLab/OBC

    130عرض على GitHub↗

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

    Framework for accurate post-training quantization and weight pruning.

    Python
    عرض على GitHub↗130
  • namhoonlee/snip-publicالصورة الرمزية لـ namhoonlee

    namhoonlee/snip-public

    115عرض على GitHub↗

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

    Single-shot network pruning based on connection sensitivity.

    Python
    عرض على GitHub↗115
  • kaiqizhang/admm-pruningالصورة الرمزية لـ KaiqiZhang

    KaiqiZhang/admm-pruning

    109عرض على GitHub↗

    Prune DNN using Alternating Direction Method of Multipliers (ADMM)

    Systematic weight pruning framework using ADMM.

    Python
    عرض على GitHub↗109
  • yeshaokai/robustness-aware-pruning-admmالصورة الرمزية لـ yeshaokai

    yeshaokai/Robustness-Aware-Pruning-ADMM

    90عرض على GitHub↗

    Adversarial Robustness vs Model Compression, or Both?

    Adversarial robustness-aware pruning using ADMM.

    Python
    عرض على GitHub↗90
  • inspire-group/hydraالصورة الرمزية لـ inspire-group

    inspire-group/hydra

    91عرض على 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.

    Pruning techniques for adversarially robust neural networks.

    Python
    عرض على GitHub↗91
  • jaeho-lee/layer-adaptive-sparsityالصورة الرمزية لـ jaeho-lee

    jaeho-lee/layer-adaptive-sparsity

    68عرض على GitHub↗

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

    Magnitude-based pruning with layer-adaptive sparsity constraints.

    Python
    عرض على GitHub↗68
  • chrundle/bipropالصورة الرمزية لـ chrundle

    chrundle/biprop

    51عرض على 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…

    Finding binary neural networks via random network pruning.

    Python
    عرض على GitHub↗51
  • ososos888/prune-then-distillالصورة الرمزية لـ ososos888

    ososos888/prune-then-distill

    50عرض على GitHub↗

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

    Combining pruning and distillation for efficient model compression.

    Python
    عرض على GitHub↗50
  • dingxiaoh/gsm-sgdالصورة الرمزية لـ DingXiaoH

    DingXiaoH/GSM-SGD

    44عرض على GitHub↗

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

    Global sparse momentum SGD for pruning deep networks.

    Python
    عرض على GitHub↗44
  • jingtongsu/sanity-checking-pruningالصورة الرمزية لـ JingtongSu

    JingtongSu/sanity-checking-pruning

    43عرض على GitHub↗

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

    Sanity checking pruning methods using random tickets.

    Python
    عرض على GitHub↗43
  • vita-group/sparsity-win-robust-generalizationالصورة الرمزية لـ VITA-Group

    VITA-Group/Sparsity-Win-Robust-Generalization

    40عرض على GitHub↗

    Code for the paper: ICLR 2022 Sparsity Winning Twice: Better Robust Generalization From More Efficient Training

    Improving robust generalization through efficient sparse training.

    Python
    عرض على GitHub↗40
  • ganguli-lab/degrees-of-freedomالصورة الرمزية لـ ganguli-lab

    ganguli-lab/degrees-of-freedom

    37عرض على 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).

    Loss landscape perspective on required degrees of freedom.

    Python
    عرض على GitHub↗37
  • vita-group/sfw-once-for-all-pruningالصورة الرمزية لـ VITA-Group

    VITA-Group/SFW-Once-for-All-Pruning

    34عرض على GitHub↗

    Code used for paper: ICLR 2022 Learning Pruning-Friendly Networks via Frank-Wolfe: One-Shot, Any-Sparsity, and No Retraining.

    One-shot pruning using Frank-Wolfe optimization without retraining.

    Python
    عرض على GitHub↗34
  • yueb17/dlthالصورة الرمزية لـ yueb17

    yueb17/DLTH

    33عرض على GitHub↗

    This repository is for our ICLR'22 paper:

    Dual lottery ticket hypothesis for sparse network training.

    Python
    عرض على GitHub↗33
السابق123التالي
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Weight Pruning