Chen Shangyu
Chen Shangyu
# Quantization - 4-bit quantization: https://github.com/submission2019/cnn-quantization # Pruning - You may try pruning by absoluted value: Learning both Weights and Connections for Efficient Neural Networks
Hi, I want to change using 5 bits to 4,3,2 bits. How can I do so in the code? Best regards
Hi @czhu95 , Thanks for providing the codes! Recently I use your codes to ternarize a ResNet18 using CIFAR10. Firstly I use tensorpack to train a ResNet18 to validation error...