1. 09 9月, 2020 4 次提交
  2. 08 9月, 2020 7 次提交
  3. 07 9月, 2020 3 次提交
  4. 06 9月, 2020 2 次提交
  5. 05 9月, 2020 1 次提交
  6. 04 9月, 2020 5 次提交
  7. 03 9月, 2020 2 次提交
  8. 02 9月, 2020 5 次提交
  9. 01 9月, 2020 2 次提交
  10. 31 8月, 2020 4 次提交
  11. 30 8月, 2020 1 次提交
  12. 29 8月, 2020 2 次提交
    • J
      Adadelta Optimizer (#26590) · a1b99fae
      Jiawei Wang 提交于
      * add doc; notest
      
      * fix doc; notest
      
      * update doc; notest
      
      * refine optimizer && adam
      
      * refine optimizer; notest
      
      * add adam
      
      * fix doc
      
      * fix doc && add adamw; notest
      
      * add error message
      
      * bug fix
      
      * refine rmsprop && adamax
      
      * fix ci
      
      * 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
      
      * first commit of adadelta optimizer
      
      * fix learning rate
      
      * fix adadelta doc and add sgd momentum
      
      * remove unused fluid
      
      * fix codestyle
      
      * Update test_adam_op.py
      
      * Update test_adam_op.py
      
      * fix SGD in 2 unittests
      
      * fix SGD in 2 unittests
      
      * fix ci
      
      * fix ut
      Co-authored-by: NMRXLT <xlt2024@gmail.com>
      Co-authored-by: Nmapingshuo <mps2012@yeah.net>
      a1b99fae
    • L
      Register conv_transpose Op version for compatible Op upgrades (#26745) · 346689c6
      LielinJiang 提交于
      * fix bug
      
      * add version check
      
      * fix docs, test=document_fix
      
      * fix formula, test=document_fix
      346689c6
  13. 28 8月, 2020 2 次提交
    • W
      Decouple weights and bias from fc primitive in MKLDNN cache (#26708) · 7afb1df1
      Wojciech Uss 提交于
      * decouple weights and bias from fc primitive in cache
      
      * removed reduntant update of pointers
      7afb1df1
    • L
      Refine paddle.manual_seed (#26496) · 844583c8
      Leo Chen 提交于
      * refine manual seed
      
      * fix ci problem
      
      * fix unittests
      
      * fix unittest
      
      * set is_init_py=false in manual_seed
      
      * fix unittest
      
      * fix bernoulli_op
      
      * fix(unittest): change random_seed to manual_seed
      
      * 🐞fix(unittest): fix manual_seed
      
      * trigger ci
      
      * fix test_sentiment
      
      * fix test_imperative_save_load
      
      * fix test_uniform_random_op
      
      * fix test_uniform_random_op
      
      * fix test_jit_save_load
      
      * merge develop
      
      * fix manual_seed
      
      * fix manual_seed
      
      * use global engine
      
      * use shared_ptr
      
      * fix double free
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix test bug
      
      * fix test bug
      
      * fix test bug
      
      * fix ci
      844583c8