1. 12 1月, 2021 7 次提交
  2. 11 1月, 2021 25 次提交
  3. 10 1月, 2021 2 次提交
  4. 09 1月, 2021 3 次提交
  5. 08 1月, 2021 3 次提交
    • H
      fix windows bug (#29993) · be5c2e60
      huangxu96 提交于
      be5c2e60
    • C
      remove distributed prepare context (#30219) · 3016ba85
      Chen Weihang 提交于
      3016ba85
    • Z
      Support pure fp16 training for AMP API. (#29544) · 7f7dfccf
      Zhen Wang 提交于
      * add cast ops before and after unsupported fp16 ops.
      
      * Keep partial net in FP32 pattern.
      
      * Support check_finite_and_unscale and update_loss_scaling for FP16 calculation mode.
      
      * Add fp16 support for adam op.
      
      * add multi precision attr for adam.
      
      * Fix the bug of test_multi_precision_fp16_train UT.
      
      * Code format for CI.
      
      * Fix the redefine error about MPTypeTrait on windows.
      
      * fix bugs of the _create_accumulators func in Momentum.
      
      * fix bug when inserting post cast op.
      
      * Add the update_loss_scaling op in allow_set of UnusedVarCheck.
      
      * Update for ci coverage.
      
      * Add some doc for OptimizerWithMixedPrecision.
      
      * Fix the code style.
      
      * Imporve the doc of `amp_init`.
      
      * Change for fp16 testing if users have the infer program defined in separate way.
      7f7dfccf