1. 10 6月, 2021 7 次提交
  2. 09 6月, 2021 10 次提交
  3. 08 6月, 2021 8 次提交
  4. 07 6月, 2021 10 次提交
  5. 05 6月, 2021 2 次提交
  6. 04 6月, 2021 3 次提交
    • W
      fix inference prepare data bug (#33305) · dd181238
      wenbin 提交于
      * fix inference prepare data bug
      
      * rename functions
      
      * typo
      
      * typo
      
      * typo
      
      * UT correct
      
      * correct condition
      
      * correct condition
      
      * ci coverage
      
      * morelines
      
      * fix ci coverage
      dd181238
    • add some pbtxts, test=develop (#33342) · 57bdf32a
      石晓伟 提交于
      57bdf32a
    • H
      [Dy2stat] Add Support for paddle.grad (#33110) · 82630f38
      Huihuang Zheng 提交于
      This PR made these changes to support double grad:
      
      1. Translate `paddle.grad` to `paddle.static.gradients` to support double grad for dy2stat.
      2. Fix IfElseTransformer bug which may not change value if "Store before Load" variable is in "Store" statement is in IfElse conditional statement
      3. Add `DOut` to support double grad variables in `run_program_op`
      4. Add support for renaming for double grads for `jit.save/load`
      82630f38