mepeichun / Efficient-Neural-Network-Bilibili
B站Efficient-Neural-Network学习分享的配套代码
☆299Updated 3 years ago
Alternatives and similar repositories for Efficient-Neural-Network-Bilibili
Users that are interested in Efficient-Neural-Network-Bilibili are comparing it to the libraries listed below
Sorting:
- 模型压缩demo(剪枝、量化、知识蒸馏)☆76Updated 5 years ago
- A simple network quantization demo using pytorch from scratch.☆530Updated last year
- 针对pytorch模型的自动化模型结构分析和修改工具集,包含自动分析模型结构的模型压缩算法库☆250Updated 2 years ago
- model compression based on pytorch (1、quantization: 8/4/2bits(dorefa)、ternary/binary value(twn/bnn/xnor-net);2、 pruning: normal、regular a…☆170Updated 4 years ago
- Model Compression 1. Pruning(BN Pruning) 2. Knowledge Distillation (Hinton) 3. Quantization (MNN) 4. Deployment (MNN)☆79Updated 4 years ago
- OpenPose uses Pytorch for static quantization, saving, and loading of models☆87Updated 3 years ago
- Model Quantization Benchmark☆803Updated 3 weeks ago
- Learning both Weights and Connections for Efficient Neural Networks https://arxiv.org/abs/1506.02626☆18Updated 4 years ago
- Network Slimming (Pytorch) (ICCV 2017)☆914Updated 4 years ago
- Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.☆573Updated 6 years ago
- micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantiz…☆2,247Updated last week
- An Object Detection Knowledge Distillation framework powered by pytorch, now having SSD and yolov5.☆223Updated 3 years ago
- Implementation of Neuron-level Structured Pruning using Polarization Regularizer☆81Updated 2 years ago
- pytorch AutoSlim tools,支持三行代码对pytorch模型进行剪枝压缩☆39Updated 4 years ago
- ResRep: Lossless CNN Pruning via Decoupling Remembering and Forgetting (ICCV 2021)☆294Updated 2 years ago
- ghostnet_cifar10☆115Updated 4 years ago
- Pytorch implementation of our paper accepted by CVPR 2020 (Oral) -- HRank: Filter Pruning using High-Rank Feature Map☆255Updated 4 years ago
- Unofficial implementations of some classical CNN backbones with pytorch☆169Updated 3 years ago
- Everything in Torch Fx☆341Updated 11 months ago
- ☆36Updated 6 years ago
- Network reproduction and expansion based on Learning Efficient Convolutional Networks Through Network Slimming (ICCV 2017).☆24Updated 3 years ago
- ☆32Updated 4 years ago
- www.giantpandacv.com☆148Updated 10 months ago
- Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.☆568Updated 5 years ago
- The implementation of various lightweight networks by using PyTorch. such as:MobileNetV2,MobileNeXt,GhostNet,ParNet,MobileViT、AdderNet,Sh…☆873Updated 2 years ago
- Pytorch-->onnx-->TensorRT; CUDA11, CUDNN8, TensorRT8☆208Updated last year
- YOLO ModelCompression MultidatasetTraining☆445Updated 2 years ago
- [CVPR 2020] This project is the PyTorch implementation of our accepted CVPR 2020 paper : forward and backward information retention for a…☆179Updated 5 years ago
- [ECCV 2018] AMC: AutoML for Model Compression and Acceleration on Mobile Devices☆441Updated last year
- RM Operation can equivalently convert ResNet to VGG, which is better for pruning; and can help RepVGG perform better when the depth is la…☆211Updated last year