AldrichZeng / Graduation-DesignLinks
基于剪枝的神经网络压缩与加速
☆23Updated 6 years ago
Alternatives and similar repositories for Graduation-Design
Users that are interested in Graduation-Design are comparing it to the libraries listed below
Sorting:
- 模型压缩demo(剪枝、量化、知识蒸馏)☆77Updated 5 years ago
- ☆36Updated 6 years ago
- B站Efficient-Neural-Network学习分享的配套代码☆300Updated 3 years ago
- Unofficial Pytorch implementation of Deep Compression in CIFAR10☆35Updated 3 years ago
- Pytorch Implementationg of “Learning Efficient Convolutional Networks through Network Slimming”☆77Updated 6 years ago
- ☆17Updated 6 years ago
- Pruned model: VGG & ResNet-50☆17Updated 6 years ago
- yolov3_tiny implement on tensoeflow for int8 quantization (tflite)☆29Updated 6 years ago
- OpenPose uses Pytorch for static quantization, saving, and loading of models☆88Updated 3 years ago
- Base to channel pruned to ResNet18 model☆145Updated 2 years ago
- An 8bit automated quantization conversion tool for the pytorch (Post-training quantization based on KL divergence)☆33Updated 5 years ago
- Quantize pytorch model, support post-training quantization and quantization aware training methods☆14Updated last year
- YOLOv3/YOLOv3-tiny/yolo-fasetest-xl从训练到部署☆22Updated 4 years ago
- In this repository using the sparse training, group channel pruning and knowledge distilling for YOLOV4,☆31Updated 2 years ago
- Quantize,Pytorch,Vgg16,MobileNet☆42Updated 4 years ago
- Learning both Weights and Connections for Efficient Neural Networks https://arxiv.org/abs/1506.02626☆18Updated 4 years ago
- 对yolov4进行通道剪枝☆15Updated 2 years ago
- Personal Pytorch toy script.☆67Updated 3 years ago
- Compress neural network with pruning and quantization using TensorFlow.☆106Updated 6 years ago
- ☆15Updated 5 years ago
- Soft Filter Pruning for Accelerating Deep Convolutional Neural Networks☆380Updated 5 years ago
- Caffe for Deep Compression☆239Updated 7 years ago
- prune filters and layers for yolov3☆9Updated 2 years ago
- base quantization methods including: QAT, PTQ, per_channel, per_tensor, dorefa, lsq, adaround, omse, Histogram, bias_correction.etc☆46Updated 2 years ago
- my blog☆55Updated 5 years ago
- MobileNetV3 based SSD-lite implementation in Pytorch☆100Updated 5 years ago
- 基于提前退出部分样本原理而实现的带分支网络(supported by chainer)☆45Updated 6 years ago
- 飞翔的荷兰人带你入门目标检测-第一季(Yolo-v1)