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

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

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

Open-source alternatives to Spdy

30 open-source projects similar to ist-daslab/spdy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Spdy alternative.

  • 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
  • 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
  • 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

AI 搜索

探索更多 awesome 仓库

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

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

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

    25在 GitHub 上查看↗

    ICLR 2023 Pruning Deep Neural Networks from a Sparsity Perspective

    Python
    在 GitHub 上查看↗25
  • densoitlab/bitpruneDensoITLab 的头像

    DensoITLab/bitprune

    11在 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
    在 GitHub 上查看↗11
  • dingxiaoh/gsm-sgdDingXiaoH 的头像

    DingXiaoH/GSM-SGD

    44在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗44
  • ekdeepslubana/flowandpruneEkdeepSLubana 的头像

    EkdeepSLubana/flowandprune

    20在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗20
  • ganguli-lab/degrees-of-freedomganguli-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).

    Python
    在 GitHub 上查看↗37
  • gatech-eic/s3-routerGATECH-EIC 的头像

    GATECH-EIC/S3-Router

    17在 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
    在 GitHub 上查看↗17
  • google-research/lottery-ticket-hypothesisgoogle-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.

    Python
    在 GitHub 上查看↗730
  • hezheug/sparse-double-descenthezheug 的头像

    hezheug/sparse-double-descent

    15在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗15
  • inspire-group/hydrainspire-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.

    Python
    在 GitHub 上查看↗91
  • ist-daslab/acdcIST-DASLab 的头像

    IST-DASLab/ACDC

    23在 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
    在 GitHub 上查看↗23
  • ist-daslab/obcIST-DASLab 的头像

    IST-DASLab/OBC

    130在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗130
  • ivrl/robustbinarysubnetIVRL 的头像

    IVRL/RobustBinarySubNet

    4在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗4
  • jack-willturner/deepcompression-pytorchjack-willturner 的头像

    jack-willturner/DeepCompression-PyTorch

    182在 GitHub 上查看↗

    A PyTorch implementation of this paper.

    Jupyter Notebook
    在 GitHub 上查看↗182
  • jaeho-lee/layer-adaptive-sparsityjaeho-lee 的头像

    jaeho-lee/layer-adaptive-sparsity

    68在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗68
  • jingtongsu/sanity-checking-pruningJingtongSu 的头像

    JingtongSu/sanity-checking-pruning

    43在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗43
  • kaiqizhang/admm-pruningKaiqiZhang 的头像

    KaiqiZhang/admm-pruning

    109在 GitHub 上查看↗

    Prune DNN using Alternating Direction Method of Multipliers (ADMM)

    Python
    在 GitHub 上查看↗109
  • mingsun-tse/smile-pruningmingsun-tse 的头像

    mingsun-tse/smile-pruning

    32在 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
    在 GitHub 上查看↗32
  • namhoonlee/snip-publicnamhoonlee 的头像

    namhoonlee/snip-public

    115在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗115
  • ososos888/prune-then-distillososos888 的头像

    ososos888/prune-then-distill

    50在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗50
  • robustbench/robustbenchRobustBench 的头像

    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)

    Python
    在 GitHub 上查看↗776
  • sarafridov/robustnetssarafridov 的头像

    sarafridov/RobustNets

    4在 GitHub 上查看↗

    RobustNets benchmark models and code

    Python
    在 GitHub 上查看↗4
  • songhan/deep-compression-alexnetsonghan 的头像

    songhan/Deep-Compression-AlexNet

    672在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗672
  • uber-research/deconstructing-lottery-ticketsuber-research 的头像

    uber-research/deconstructing-lottery-tickets

    143在 GitHub 上查看↗

    Hattie Zhou, Janice Lan, Rosanne Liu, Jason Yosinski

    Python
    在 GitHub 上查看↗143
  • vita-group/dataefficientlthVITA-Group 的头像

    VITA-Group/DataEfficientLTH

    9在 GitHub 上查看↗

    Mukund Varma T 1 , Xuxi Chen 2 , Zhenyu Zhang 2 , Tianlong Chen 2 , Subhashini Venugopalan 3 , Zhangyang Wang 2

    Python
    在 GitHub 上查看↗9
  • vita-group/elasticlthVITA-Group 的头像

    VITA-Group/ElasticLTH

    11在 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
    在 GitHub 上查看↗11
  • vita-group/granetVITA-Group 的头像

    VITA-Group/GraNet

    31在 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
    在 GitHub 上查看↗31