Created by: wzzju
New features, Breaking changes
OPs, APIs
This pull request aims to add the quantization-aware training function for dygraph. Now, it supports Paddle to quantize Conv2D and Linear, etc. The quantization type can be abs_max and moving_average_abs_max.
dygraph
Conv2D
Linear
abs_max
moving_average_abs_max