1. 03 4月, 2019 3 次提交
  2. 02 4月, 2019 7 次提交
    • C
      Fix the bug of the fast threaded executor (#16514) · 1342e2ea
      chengduo 提交于
      * Fix the bug of the fast threaded executor. I
      1342e2ea
    • Z
      fix some grad op desc maker (#16581) · d6582449
      Zeng Jinle 提交于
      test=develop
      d6582449
    • G
      Fix dgc bug. (#16602) · 0342f012
      gongweibao 提交于
      0342f012
    • Q
      Imperative deep-first backward process (#16605) · 12e36d38
      Qiyang Min 提交于
      * Fix bug of gradient interface
      
      * shrink transformer
      
      * Right transformer
      
      * Change from width-first backward to deep-first backward process
      
      test=develop
      
      * Reverse iterator op's input
      
      test=develop
      
      * Polish code
      
      * Change the iteration direction in ingrads' map slots
      
      test=develop
      
      * Polish code
      
      test=develop
      12e36d38
    • J
      test=develop, add FC and test (#16604) · 353244f4
      Jiabin Yang 提交于
      * test=develop, add FC and test
      
      * test=develop, refine code
      353244f4
    • C
      Model data cryption link all lib (#16555) · c38c7c56
      Chen Weihang 提交于
      * link the libwbaes.so into paddle
      
      * polish detail, test=develop
      
      * try fix mac_pr_ci error, test=develop
      
      * add compile option, test=develop
      
      * fix ci error, test=develop
      
      * ignore failed to find mac lib, test=develop
      
      * change cdn to bj, cdn can't get the latest version
      
      * trigger ci, test=develop
      
      * temporary delete win32 lib linking, test=develop
      
      * change https to http, test=develop
      
      * turn compile option on to off
      
      * turn compile option off to on, test=develop
      
      * try lib compiled by gcc4.8, test=develop
      
      * update lib version, test=develop
      
      * link other lib, test=develop
      
      * add setup config
      
      * delete false, test=develop
      
      * delete no_soname, test=develop
      
      * recover so name set
      
      * fix, test=develop
      
      * adjust make config, test=develop
      
      * remove link to wbaes, test=develop
      
      * remove useless define, test=develop
      c38c7c56
    • A
      Fix model_stat importing in paddle/fluid/contrib · fb1ae722
      AIFollowers 提交于
      fb1ae722
  3. 01 4月, 2019 5 次提交
  4. 31 3月, 2019 2 次提交
    • Q
      Add linear learning warmup method in learning rate scheduler. (#16563) · 1ebd7434
      qingqing01 提交于
      * Add linear learning warmup method
      
      This warmup lr can be combinated with other learning rate strategies.
      For example:
                  decayed_lr = fluid.layers.linear_lr_warmup(
                      fluid.layers.piecewise_decay(boundaries, lr_steps),
                      warmup_steps, start_lr, end_lr)
      1ebd7434
    • W
      Batch norm cudnn accurate (#16545) · 22b02bfa
      Wu Yi 提交于
      * fix cudnn batch norm accuracy test=develop
      
      * fix cudnn batch norm accuracy test=develop
      
      * disable failed test for later fix test=develop
      22b02bfa
  5. 30 3月, 2019 4 次提交
  6. 29 3月, 2019 19 次提交