1. 15 8月, 2023 1 次提交
  2. 25 3月, 2023 1 次提交
  3. 23 3月, 2023 1 次提交
  4. 20 3月, 2023 2 次提交
  5. 08 3月, 2023 1 次提交
  6. 16 2月, 2023 1 次提交
  7. 11 1月, 2023 1 次提交
    • W
      Add API for quantization-aware training in dygraph mode (#49398) · b53888e7
      whs 提交于
      * Add tools for quantization-aware training
      1. Expose an API named paddle.quantization.QAT
      2. Define a wrapper class to insert quanters into model for QAT
      3. Add some functions in QuantConfig for QAT
      4. Add unittest for QAT
      
      * Add QuantedConv2D and QuantedLinear for QAT
      
      * Add paddle.nn.quant.qat to setup.py
      b53888e7
  8. 23 12月, 2022 1 次提交