1. 26 6月, 2019 2 次提交
  2. 25 6月, 2019 5 次提交
  3. 24 6月, 2019 5 次提交
  4. 22 6月, 2019 2 次提交
  5. 21 6月, 2019 6 次提交
    • X
      fix yolo_box example,test=develop (#18247) · 2f0d6826
      xiaoting 提交于
      2f0d6826
    • S
      fix some bug when merge sparse embedding parameters, test=develop (#18223) · 6b3d9625
      songhao 提交于
      1. fix the bug that out_put_var in SaveSelectedRows would be empty string
      2. use merge_sparse_lookup_table to replace sum op for load_persistables_for_inference
      3. fix the bug in _clone_var_in_block_ when the var is SELECTED_ROWS.
      6b3d9625
    • J
      dataset (#17973) · 3f8031e2
      jiaqi 提交于
      (1) use channel instead of vector/BlockingQueue in Dataset,to keep same with existing implementation, and make code more readable and flexible (dataset single output channel or multi output channel). one previous memory out of limit problem is cause by not release memory after training.
      (2) add Record because MultiSlotType costs too much memory (80B),fix memory out of limit problem.
      (3) add Channel, Archive in paddle/fluid/framework
      (4) change dataset from shared_ptr to unique_ptr in pybind
      (5) move create/destroy readers from trainer to dataset
      (6) move shuffle from datafeed to dataset. dataset holds memory, datafeed is only for load data and feed data to network.
      (7) fix thread num bug of Dataset when filelist size < thread num
      (8) support set_queue_num in InMemoryDataset
      3f8031e2
    • L
      improve the doc of DataFeeder and default_main_program (#18241) · 5d54ed4a
      liuwei1031 提交于
      * improve the doc of DataFeeder and default_main_program
      
      * update API.spec, test=develop
      5d54ed4a
    • X
      set src_idx > 0 for bilinear_interp_op (#18238) · b58bb802
      xiaoting 提交于
      * set src_idx > 0, test=develop
      
      * add unittest and cu, test=develop
      b58bb802
    • W
      daa32d53
  6. 20 6月, 2019 3 次提交
  7. 19 6月, 2019 10 次提交
  8. 18 6月, 2019 2 次提交
  9. 17 6月, 2019 1 次提交
  10. 16 6月, 2019 4 次提交
    • Q
      Update backward appending stragety to support double backward and fix some bug. (#18104) · 80d2e66f
      qingqing01 提交于
      * Update backward.py:
           - If there is no input grad var in all outputs of previous ops, do not append this op into graph.
           - Only apply this stragety when double backward.
      * Update some double backward op.
      * Update sum_op to judge whether a tensor is empty by numel or IsInitialized().
      80d2e66f
    • W
      unify FP32 vs. INT8 comparison tests output (#18111) · ca5642c8
      Wojciech Uss 提交于
      test=develop
      ca5642c8
    • W
      reuse C-API INT8 unit test application (#18077) · c26130f3
      Wojciech Uss 提交于
      * reuse C-API INT8 unit test application
      
      test=develop
      
      * updates after review
      
      test=develop
      c26130f3
    • F
      add detection output operator for supporting retinanet (#17896) · ff83655f
      FlyingQianMM 提交于
      * test=develop
      add detection output for supporting retinanet
      
      * test=develop
      add test_layers.py
      
      * test=develop
      add API.spec
      
      * test=develop
      alter test_retinanet_detection_output.py
      
      * test=develop
      alter round 2
      
      * test=develop
      alter retinanet_detection_output
      
      * test=develop
      alter paddle/fluid/API.spec
      
      * test=devlop
      alter detection.py
      
      * test=develop
      alter retinanet_detection_output
      
      * test=develop
      alter paddle/fluid/API.spec
      
      * test=develop
      alter detection.py
      
      * test=develop
      alter API.spec
      
      * test=develop
      alter retinanet_detection_output
      
      * test=develop
      alter paddle/fluid/API.spec
      
      * test=develop
      alter python/paddle/fluid/tests/unittests/test_retinanet_detection_output.py
      
      * test=develop
      alter python/paddle/fluid/tests/unittests/test_retinanet_detection_output.py
      
      * test=develop
      fix grammer error
      
      * test=develop
      fix grammer error
      
      * test=develop
      fix grammer error
      
      * test=develop
      alter python/paddle/fluid/tests/unittests/test_layers.py
      
      * test=develop
      alter paddle/fluid/API.spec
      ff83655f