1. 08 9月, 2020 1 次提交
  2. 07 9月, 2020 2 次提交
  3. 06 9月, 2020 1 次提交
  4. 03 9月, 2020 2 次提交
    • 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
    • C
      Support load state dict form `inference model` format save result (#26718) · 209273e6
      Chen Weihang 提交于
      * support load infer model format state dict
      
      * add unittests
      
      * remove keep name table
      
      * recolve circle inport
      
      * fix compatible problem
      
      * recover unittest
      
      * polish doc and comment
      209273e6
  5. 02 9月, 2020 3 次提交
  6. 01 9月, 2020 2 次提交
    • L
      [Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the... · 61107aa6
      liym27 提交于
      [Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the user is greater than or equal to the log level (#26858)
      
      61107aa6
    • M
      update optimizer (#26711) · 1f36d3cd
      MRXLT 提交于
      * update doc
      
      * update doc
      
      * fix optimizer sample code
      
      * add default value for adamw weight_decay
      
      * fix adamw
      
      * change LearningRateDecay to _LRScheduler
      
      * fix adamw;notest
      
      * fix load;notest
      
      * remove file
      
      * bug fix
      
      * fix code style
      
      * bug fix
      
      * add ut
      
      * adamw support weight_decay=0
      
      * fix ut
      
      * fix set_lr doc
      
      * fix doc
      
      * change parameters place
      1f36d3cd
  7. 31 8月, 2020 3 次提交
  8. 28 8月, 2020 4 次提交
    • Z
      Remove `sorted_sum_gradient_` form BasicEngine and PartialGradTask. (#26766) · f32ae272
      Zhen Wang 提交于
      Use `Tensor` instead of `Variable`  in the doc of paddle.grad.
      f32ae272
    • C
      Add interface to launch parallel dygraph by multiprocessing (#26044) · 31f422ae
      Chen Weihang 提交于
      * add dygraph parallel run interface
      
      * polish implement & unified env property name
      
      * add print config arg
      
      * refactor init_parallel_env function
      
      * Compatible with multiprocessing and launch modes
      
      * set default trainer start port
      
      * support run in python 2
      
      * polish python2 support code
      
      * remove python2 support
      
      * refine launch import
      
      * polish dome design details
      
      * refactor api implemention & path
      
      * use new method _set_expected_place
      
      * add spawn unittest framework & mnist test
      
      * add more unittests & doc
      
      * fix unittest failed
      
      * polish english doc
      
      * self review and polish details
      
      * refactor code by reviewer's comments
      
      * fix unittest failed
      
      * fix parallel_env unittest
      
      * fix several typos
      
      * fix error introduced when fixing typos
      
      * add unpublic note for start_processes
      
      * polish details by xiaoguang's comment
      
      * verify correctly when spawn nprocs=-1
      
      * refactor spawn & init_parallel_env design
      
      * polish doc details
      
      * open spawn unittests
      
      * try to fix doc compile error
      
      * try to fix unknown doc format error
      
      * add skip unittest when not gpu
      31f422ae
    • L
      [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) · b1f9ed60
      liym27 提交于
      * [Dy2Stat] Add debugging and logging mechanism for dygraph to static. 
      
      * Remove TransformerError temporarily. 
      
      * import mock in PY2, from unittest import mock in PY3. test=develop
      
      * Expose interfaces set_code_level and set_verbosity in paddle.jit, fix doc of the two interface. 
      
      * polish doc of set_verbosity and set_code_level. 
      b1f9ed60
    • Z
      Update the demo code and the doc of varbase.backward. (#26506) · f9066e6a
      Zhen Wang 提交于
      * update the demo code and the doc of varbase.backward.
      
      * update the doc of the fake interface `paddle.fluid.Variable`.
      
      * remove BackwardStrategy.
      f9066e6a
  9. 27 8月, 2020 2 次提交
  10. 26 8月, 2020 1 次提交
  11. 25 8月, 2020 1 次提交
  12. 24 8月, 2020 4 次提交
  13. 22 8月, 2020 1 次提交
  14. 21 8月, 2020 4 次提交
  15. 20 8月, 2020 1 次提交
  16. 19 8月, 2020 4 次提交
  17. 18 8月, 2020 2 次提交
  18. 16 8月, 2020 2 次提交