1. 24 6月, 2019 1 次提交
  2. 21 6月, 2019 2 次提交
    • J
      Cherry pick install check for multi gpu (#18245) · d0219002
      Jiabin Yang 提交于
      * test=develop, add add_multi_gpu_install_check (#18157)
      
      * test=develop, add add_multi_gpu_install_check
      
      * test=develop, refine warning doc
      
      * test=develop, refine warning doc
      
      * test=develop, refine warning doc
      
      * test=develop, support multi cpu
      
      * test=release/1.5, cherry-picked from develop
      d0219002
    • Z
      [Release/1.5]Fix create_lod_tensor (#18197) · f7f54d39
      Zeng Jinle 提交于
      * fix_create_lod_tensor, test=release/1.5
      
      * remove program_guard import,test=release/1.5
      
      * fix windows numpy default int32 error, test=release/1.5
      f7f54d39
  3. 20 6月, 2019 2 次提交
  4. 19 6月, 2019 4 次提交
    • T
      Release/1.5 cherry pick (#18139) · 598addf1
      tangwei12 提交于
      * fix save/load in fleet (#17675)
      
      * fix save/load in Fleet
      * add UT framework of Fleet (#18058)
      
      * add paddle cloud role maker for customized usage, note this is only for industrial users that have cloud environment pre-configuration (#18121)
      
      add paddle cloud role maker for specific cloud usage. This pr will simplifies user's configuration in distributed training.
      
      * assign role_maker before use (#18137)
      598addf1
    • F
      Cherry pick retinanet_target_assign_op(#17893), sigmoid_focal_loss_op(#17895)... · 3305045c
      FlyingQianMM 提交于
      Cherry pick retinanet_target_assign_op(#17893), sigmoid_focal_loss_op(#17895) and retinanet_detection_output_op(#17896) for supporting retinanet (#18141)
      
      * test=release/1.5
      Fix conflicts in test_layers.py when adding target assign operator for supporting retinanet. Cherry pick #17893
      
      * test=release/1.5
      Add sigmoid focal loss operator for supporting retinanet. Cherry pick #17895
      
      * test=release/1.5
      Add detection output operator for supporting retinanet. Cherry pick #17896
      
      * test=release/1.5
      fix wrong code style in test_layers.py when cherry pick retinanet_target_assign #17893
      
      * test=release/1.5
      Fix type error of std::pow in sigmoid_focal_loss. Cherry pick #17895
      3305045c
    • K
      [cherry-pick] Fix logging to release/1.5 (#18026) · 7c7afef7
      Kaipeng Deng 提交于
      * fix logging unable. test=develop
      
      * unset sys.stdout for stream handler. test=develop
      
      * fix newly add basicConfig. test=develop
      
      * fix import error. test=release/1.5
      7c7afef7
    • C
      [Cherry Pick] Not init nccl when rank is 1 (#18170) · 041bc72c
      chengduo 提交于
      * remove nccl dep when the number of GPU is 1
      test=develop
      
      * use multi card run syncBN
      test=release/1.5
      041bc72c
  5. 18 6月, 2019 2 次提交
  6. 17 6月, 2019 1 次提交
  7. 15 6月, 2019 2 次提交
  8. 14 6月, 2019 1 次提交
  9. 13 6月, 2019 2 次提交
  10. 12 6月, 2019 1 次提交
    • H
      Cherry-pick: fix random CI failure. (#17976) · 21554bcb
      Huihuang Zheng 提交于
      * Cherry-pick fix random Python3 CI failure.
      
      In some tests, SWEs used "print('xxx').format('xxx')". The syntax
      is only supported in Python2, not python3. However, since those
      lines are related to data download, if the CI machines already have
      the data, it passes CI tests. That causes random failure.
      
      * Cherry-pick: disable CUDNN case of test_warpctc_op
      
      test=release
      21554bcb
  11. 10 6月, 2019 4 次提交
    • H
      Ignore a unit test which failed on cuda9/10 python3 ci task (#17950) · 9f519baf
      Huihuang Zheng 提交于
      TODO: it is a temporary fix for Paddle release 1.5. We have to fix
      this failed unit test soon.
      
      test=develop
      9f519baf
    • Y
      Enable seq_pool op to accept len 0 input (#17284) · 33d1e565
      Yibing Liu 提交于
      * Enable seq_pool op to accept len 0 input
      
      test=develop
      
      * Update sequence_pool's api
      
      test=develop
      
      * Add more unittest cases for seq_pool op
      
      test=develop
      
      * Remove legacy comments
      
      test=develop
      
      * Don't use template in op maker
      
      test=develop
      33d1e565
    • H
      Add comment for dygraph api (#17869) · 2a9d74f6
      Hongyu Liu 提交于
      * add api commet; test=develop
      
      * fix fc dtype bug; test=develop
      
      * remove float32 in default parameter; test=develop
      
      * fix exmpale bug; test=develop
      
      * fix build once; test=develop
      
      * fix num_chanels bug; test=develop
      
      * fix install check failed bug; test=develop
      2a9d74f6
    • H
      Reshape support tensor attribute (#17781) · 8062bd51
      Hongyu Liu 提交于
      * add reshape support tensor; test=develop
      
      * fix reshape bug; test=develop
      
      * change reshape attribute default value; test=develop
      
      * fix reshape input name; test=develop
      
      * fix reshape unitest; test=develop
      
      * check dim tensor shape; test=develop
      8062bd51
  12. 08 6月, 2019 1 次提交
  13. 07 6月, 2019 1 次提交
    • J
      test=develop, refine api (#17883) · fba10b6b
      Jiabin Yang 提交于
      * test=develop, refine api
      
      * test=develop, fix bug when error occured on save_persistable with no optimizer
      
      * test=develop, refine waring
      
      * test=develop, refine example code and comments
      fba10b6b
  14. 06 6月, 2019 8 次提交
  15. 05 6月, 2019 2 次提交
    • J
      Feature/Fix recurrent usage of Varbase in Dygraph (#17838) · 3d3f5506
      Jiabin Yang 提交于
      * for debug
      
      * test=develop, memory optimize for dygraph using shared_ptr
      
      * test=develop, fix travis ci showed error
      
      * test=develop, fix bug for recurrent usage of varbase
      
      * test=develop, init varbase when it need to be Add
      
      * test=develop, fix problem of recurrent gradient
      
      * test=develop, add gradient test for recurrent varbase usage
      3d3f5506
    • J
      test=develop, refine ocr attention model (#17763) · eaf049c4
      Jiabin Yang 提交于
      * test=develop, refine ocr attention model
      
      * test=develop, refine code, remove cpu only part
      
      test=develop, refine code, remove cpu only part
      eaf049c4
  16. 04 6月, 2019 3 次提交
    • H
      expand op supprt tensor attribute (#17773) · dfec6762
      Hongyu Liu 提交于
      * expand support tensor attribute; test=develop
      
      * fix bug ; test=develop
      
      * fix uni test bug; test=develop
      
      * fix copy bug; test=develop
      
      * refine expand_times default value; test=develop
      dfec6762
    • J
      Using Smart pointer to optimizer memory usage of dyGraph (#17768) · 3b70f870
      Jiabin Yang 提交于
      * for debug
      
      * test=develop, memory optimize for dygraph using shared_ptr
      
      * test=develop, fix travis ci showed error
      
      * test=develop, fix bug for recurrent usage of varbase
      
      * test=develop, init varbase when it need to be Add
      3b70f870
    • H
      ont hot support tensor depth (#16972) · 82358bfd
      Hongyu Liu 提交于
      * support some input tensor remain on cpu; test=develop
      
      * fix input = none; test=develop
      
      * fix unfound bug; test=develop
      
      * fix proto None case; test=develop
      
      * fix bug; test=develop
      
      * fix proto null bug; test=develop
      
      * remove conv check; test=develop
      
      * fix test bug; test=develop
      
      * move fill constant; test=develop
      
      * no change in proto; test=develop
      
      * fix bug; test=develop
      
      * change attr detph name; test=develop
      
      * remove remain cpu; test=develop
      
      * fix bug; test=develop
      
      * merge develop; test=develop
      
      * fix one_hot bug; test=develop
      
      * fix bug; test=develop
      
      * fix bug; test=develop
      
      * fix bug; test=develop
      
      * fix python api bug; test=develop
      82358bfd
  17. 03 6月, 2019 2 次提交
  18. 31 5月, 2019 1 次提交