1. 14 6月, 2019 4 次提交
  2. 13 6月, 2019 2 次提交
  3. 12 6月, 2019 5 次提交
    • T
      fix save/load in fleet (#17675) · 101f74cb
      tangwei12 提交于
      * fix save/load in Fleet
      * add UT framework of Fleet
      101f74cb
    • W
      Fix scatter and gather op when has duplicate index (#17952) · 8eb134c3
      wawltor 提交于
      * test=develop
      The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
      
      * test=develop
      Fix some code format problem, and the same time add the test case in gather and scatter op
      8eb134c3
    • H
      Cherry-pick: fix random CI failure. (#18011) · 0bf25351
      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
      
      Also temporary disable a unit test. The test will be fixed under high priority.
      0bf25351
    • K
      fix logging basicConfig cannot be setting after import paddle (#17786) · 96ee528e
      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=develop
      96ee528e
    • C
      add deformable psroi pooling (#17827) · 871af28d
      cjt222 提交于
      * add deformable psroi pooling
      
      * test=develop
      
      * test=develop
      
      * test=develop
      modify format
      
      * fix bug
      
      * test=develop run ci
      
      * test=develop
      add API.spec
      
      * add test_layers.py
      
      * run ci again
      
      * test=develop
      run ci again
      
      * run ci again
      
      * test=develop
      run ci again
      
      * test=develop
      run ci again
      
      * test=develop
      run ci again
      
      * add space between two lines
      
      * test=develop
      add space between two lines
      
      * test=develop
      add space between lines
      
      * test=develop
      modify comment in nn.py
      
      * test=develop
      add space between two lines
      
      * test=develop
      add space between two lines
      
      * update API.spec
      
      * run ci again
      
      * test=develop
      run ci again
      
      * rerun ci
      
      * test=develop
      rerun ci
      
      * change input shape
      
      * run ci
      
      * test=develop
      run ci
      
      * modify format of nn.py
      
      * test=develop
      
      * test=develop
      
      * test=develop
      update API.spec
      
      * test=develop
      fix API doc
      
      * modify API comment
      
      * modift API comment
      
      * test=develop
      update API.spec
      
      * test=develop
      modify comment
      
      * test=develop
      modift comment
      
      * test=develop
      modift comment
      
      * test=develop
      update API.spec
      
      * test=develop
      modify comment
      
      * test=develop
      add inference in nn.py
      
      * test=develop
      update API.spec
      
      * test=develop
      resolve confict
      
      * test=develop
      update API.spec
      871af28d
  4. 11 6月, 2019 2 次提交
    • S
      add unfold op (new op),test=develop (#17944) · 40885c22
      SunGaofeng 提交于
      * add unfold op
      test=develop
      
      * fix divide bug in python3 when calculating output width and height
      test=develop
      
      * add name=None in python api, move redundant code into inline function
      
      * try to trigger ci for this code
      test=develop
      40885c22
    • H
      Pipeline Concurrency (#17402) · 969e6378
      hutuxian 提交于
      Add Pipeline Concurrency Train Mode:
      - Cpp: pipeline_trainer & section_worker
      - Python: PipelineOptimizer
      - Add a new data_feed type: PrivateInstantDataFeed
      - Add a test demo of pipeline trainer and the test model is gnn
      - Do not support win32 now
      969e6378
  5. 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
  6. 08 6月, 2019 1 次提交
  7. 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
  8. 06 6月, 2019 8 次提交
  9. 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
  10. 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
  11. 03 6月, 2019 2 次提交
  12. 31 5月, 2019 6 次提交