1. 29 9月, 2020 2 次提交
  2. 28 9月, 2020 1 次提交
  3. 27 9月, 2020 1 次提交
  4. 26 9月, 2020 1 次提交
  5. 24 9月, 2020 1 次提交
  6. 23 9月, 2020 2 次提交
    • 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
    • Z
      Make the Bind Method of Tensor more automatic (#27270) · 1e1ae5c5
      Zhou Wei 提交于
      * Makes the Bind Method more intelligent
      
      * Makes the Bind Method more intelligent
      
      * fix unittest
      
      * fix unittest
      
      * fix conflict
      1e1ae5c5
  7. 22 9月, 2020 1 次提交
  8. 17 9月, 2020 2 次提交
  9. 16 9月, 2020 3 次提交
  10. 14 9月, 2020 2 次提交
    • Z
      ac9afa02
    • Z
      Update amp_check_finite_and_scale_op and add an updating_loss_scaling op for... · d708b210
      Zhen Wang 提交于
      Update amp_check_finite_and_scale_op and add an updating_loss_scaling op for static graph amp training. (#26240)
      
      * update amp_check_finite_and_scale_op for static_amp.
      
      * use amp_check_finite_and_scale in static graph amp.
      
      * update grads to zero when grads own infinite values(as for amp_checkout_finite_and_scale op).
      
      * add update_loss_scaling op in cpp.
      
      * add update_loss_scaling_op unit test.
      
      * update the doc of the check_finite_and_unscale op
      
      * Update the process of gradients updating skipping if the gradients have infinite values.
      
      * update the way to zero grads.
      
      * update test_update_loss_scaling_op.py
      
      * add log info when find infinite grads.
      
      * add the unit test for UpdateLossScaling Layer.
      d708b210
  11. 11 9月, 2020 5 次提交
  12. 10 9月, 2020 2 次提交
  13. 09 9月, 2020 2 次提交
  14. 08 9月, 2020 1 次提交
  15. 07 9月, 2020 2 次提交
  16. 06 9月, 2020 1 次提交
  17. 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
  18. 02 9月, 2020 3 次提交
  19. 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
  20. 31 8月, 2020 3 次提交
  21. 28 8月, 2020 1 次提交