QuantizeCNNModel icon indicating copy to clipboard operation
QuantizeCNNModel copied to clipboard

Implement Towards Effective Low-bitwidth Convolutional Neural Networks

Results 3 QuantizeCNNModel issues
Sort by recently updated
recently updated
newest added

https://github.com/nowgood/QuantizeCNNModel/blob/531fd8d12fdb42f48a91e9378008a1bb86905d6d/quantize/quantize_guided.py#L241 Why the “full_prec_optimizer” optimizes the "low_prec_model" parameters?

After starting the training, my terminal stays on this interface. Is this the beginning of training? Is there still something wrong?thanks ![2020-10-17 10-17-28屏幕截图](https://user-images.githubusercontent.com/69491309/96326393-c7cef280-1062-11eb-9632-41d42a80fd9b.png)

Hello, thanks for your excellent work, and this project is beneficial to me. However, I found that the quantization method in this project is somewhat different from that mentioned in...