1. 03 5月, 2021 1 次提交
  2. 28 4月, 2021 1 次提交
  3. 23 4月, 2021 1 次提交
  4. 15 4月, 2021 1 次提交
  5. 07 4月, 2021 1 次提交
  6. 31 3月, 2021 1 次提交
  7. 26 3月, 2021 1 次提交
  8. 22 3月, 2021 1 次提交
  9. 10 3月, 2021 1 次提交
  10. 18 1月, 2021 1 次提交
  11. 17 1月, 2021 1 次提交
  12. 12 1月, 2021 1 次提交
  13. 04 1月, 2021 1 次提交
  14. 28 12月, 2020 1 次提交
  15. 25 12月, 2020 1 次提交
  16. 09 12月, 2020 1 次提交
  17. 01 12月, 2020 1 次提交
  18. 27 11月, 2020 1 次提交
    • S
      Support dynamic graph distributed (#28997) · e2d01eb6
      ShenLiang 提交于
      * add reducer
      
      * refine envent for memorycopy
      
      * add concat&split for allreduce
      
      * apply concat & split for fuse tensor
      
      * fix nccl dep
      
      * fix the untest, compile problem and ddp initialize problem
      
      * fix untest for mac & add some comments & solve the repeated param in sublayers
      
      * fix untest for windows & fix document
      e2d01eb6
  19. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  20. 23 11月, 2020 1 次提交
  21. 13 10月, 2020 1 次提交
  22. 12 10月, 2020 1 次提交
  23. 30 9月, 2020 1 次提交
  24. 29 9月, 2020 1 次提交
  25. 23 9月, 2020 1 次提交
    • C
      Add new paddle.save/load APIs (#27331) · bb84f0e6
      Chen Weihang 提交于
      * init commit of new save/load
      
      * fix failed unittests
      
      * fix save_load_v2 unittest failed
      
      * fix failed unittest & polish doc
      
      * add tests for coverage
      
      * add more tests & move static apis
      
      * fix example code error
      
      * polish emample code
      
      * fix detail example code problem
      bb84f0e6
  26. 16 9月, 2020 1 次提交
  27. 09 9月, 2020 1 次提交
  28. 03 9月, 2020 1 次提交
    • C
      Update set_dict method name & add aliases (#26700) · 9cb57f94
      Chen Weihang 提交于
      * update set_dict method name & add aliases
      
      * fix var name error
      
      * fix alias formats
      
      * use set_state_dict in unittest
      
      * add decorator solve compatible problem
      
      * polish decorator
      
      * replace layer set_state_dict by patched method
      
      * remove import monkey path layer
      
      * fix import function error
      
      * add unittest for coverage
      9cb57f94
  29. 02 9月, 2020 1 次提交
  30. 24 8月, 2020 1 次提交
  31. 23 8月, 2020 1 次提交
    • M
      [WIP] update optimizer for 2.0 (#26288) · eeda90d6
      MRXLT 提交于
      refine Optimizer/Adam/Admax/RMSProp && add Admw
      
      * buf fix
      
      * update comment
      
      * unify arguments place; notest
      
      * fix ut, test=develop
      
      * bug fix
      
      * fix conflicts, test=develop
      
      * add examples code
      
      * bug fix
      
      * fix comments
      
      * fix sample code
      
      * add sample code for Optimizer
      
      * add adamax ut, test=develop
      
      * fix rmsprop ut, test=develop
      
      * add ut for optimizer.py and adamw.py
      
      * remove TestAdamOptimizerBetaVariable
      
      * update api && add ut
      
      * update doc && fix ut
      
      * add ut
      Co-authored-by: Nmapingshuo <mps2012@yeah.net>
      eeda90d6
  32. 21 8月, 2020 1 次提交
  33. 16 8月, 2020 1 次提交
  34. 14 8月, 2020 1 次提交
    • Y
      Upgrade `no_grad` decorator (#25472) · 617eb67f
      Yang Zhang 提交于
      * Upgrade `no_grad` decorator
      
      test=develop
      
      - match torch decorator usage (i.e., with parenthesis)
      - handle generator functions
      - add `paddle.no_grad` alias
      
      * Switch from `functools` to `decorator`
      
      preserves signature
      
      * Reword decorator usage note
      617eb67f
  35. 05 8月, 2020 1 次提交
  36. 30 7月, 2020 3 次提交
  37. 28 7月, 2020 1 次提交
  38. 27 7月, 2020 1 次提交