Repository navigation

#

xnor-net

micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape

Python
2242
3 天前

XNOR-Net, with binary gemm and binary conv2d kernels, support both CPU and GPU.

Python
85
6 年前

An implementation of a variation of Sketch-A-Net using XNOR ConvNets using TensorFlow

Jupyter Notebook
59
8 年前

XNOR-Net, CUDNN5 supported version of XNOR-Net-caffe: https://github.com/loswensiana/BWN-XNOR-caffe

C++
30
7 年前

Theano implementation of XNOR-Net

Python
23
8 年前

A PyTorch implemenation of real XNOR-popcount (1-bit op) GEMM Linear PyTorch extension support both CPU and CUDA

Python
21
2 年前

A hardware implementation of a feed-forward Convolutional Neural Network called XNOR-Net which has faster execution due to the replacement of vector-matrix multiplication to “XNOR + Popcount” operation

VHDL
18
7 年前

Markov Chain Monte Carlo binary network optimization

Python
10
3 年前

Official repository for the research article "Pruning vs XNOR-Net: A ComprehensiveStudy on Deep Learning for AudioClassification in Microcontrollers"

Python
9
4 年前

XNOR-Net with binary conv2d kernels with XNOR GEMM op, support both CPU and GPU.

C
4
2 年前

Binarized Neural Networks in Pytorch with a custom CUDA XNOR kernel

Python
2
2 年前

A simple and very crude ann predicting xnor written from scratch using numpy

Python
1
7 年前