QuantizeCNNModel
QuantizeCNNModel copied to clipboard
Implement Towards Effective Low-bitwidth Convolutional Neural Networks
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 
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...