666DZY666 / micronet

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
MIT License
2.2k stars 478 forks source link

请问下量化中的特征A是指啥意思呢? #15

Open menggege321 opened 4 years ago

menggege321 commented 4 years ago

这个作品很棒,感谢分享!有个问题需要你帮忙解答一下,量化操作中的提到的特征A是指啥意思呢?希望能得到回复,谢谢!

666DZY666 commented 4 years ago

网络中间特征(每层卷积的输入)