awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
KaiqiZhang avatar

KaiqiZhang/admm-pruningArchived

0
View on GitHub↗
109 星标·32 分支·Python·BSD-2-Clause·4 次浏览

Admm Pruning

Prune DNN using Alternating Direction Method of Multipliers (ADMM)

Features

  • Weight Pruning - Systematic weight pruning framework using ADMM.

Star 历史

kaiqizhang/admm-pruning 的 Star 历史图表kaiqizhang/admm-pruning 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Admm Pruning 的开源替代方案

相似的开源项目,按与 Admm Pruning 的功能重合度排序。
  • tencent/pocketflowTencent 的头像

    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

    Pythonautomlcomputer-visiondeep-learning
    在 GitHub 上查看↗2,914
  • chrundle/bipropchrundle 的头像

    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…

    Python
    在 GitHub 上查看↗51
  • dchiji-ntt/iteranddchiji-ntt 的头像

    dchiji-ntt/iterand

    10在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗10
  • boone891214/sanity-check-lthboone891214 的头像

    boone891214/sanity-check-LTH

    8在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗8
查看 Admm Pruning 的所有 30 个替代方案→

常见问题解答

kaiqizhang/admm-pruning 是做什么的?

Prune DNN using Alternating Direction Method of Multipliers (ADMM)

kaiqizhang/admm-pruning 的主要功能有哪些?

kaiqizhang/admm-pruning 的主要功能包括:Weight Pruning。

kaiqizhang/admm-pruning 有哪些开源替代品?

kaiqizhang/admm-pruning 的开源替代品包括: tencent/pocketflow — PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format… chrundle/biprop — This method identifies a binary weight or binary weight and activation subnetwork within a randomly initialized… dchiji-ntt/iterand — by Daiki Chijiwa\*, Shin’ya Yamaguchi, Yasutoshi Ida, Kenji Umakoshi, Tomohiro Inoue. dem123456789/pruning-deep-neural-networks-from-a-sparsity-perspective — [ICLR 2023] Pruning Deep Neural Networks from a Sparsity Perspective. densoitlab/bitprune — This is the official repo for ICLR 2023 Paper "Bit-Pruning: A Sparse Multiplication-Less Dot-Product" Yusuke Sekikawa… boone891214/sanity-check-lth — Sample code use for NeurIPS 2021 paper: Sanity Checks for Lottery Tickets: Does Your Winning Ticket Really Win the…