1. 07 8月, 2019 1 次提交
  2. 06 8月, 2019 7 次提交
  3. 05 8月, 2019 9 次提交
  4. 04 8月, 2019 1 次提交
  5. 02 8月, 2019 9 次提交
  6. 01 8月, 2019 7 次提交
  7. 31 7月, 2019 6 次提交
    • J
      set fleet_send_batch_num a default value according to trainer num · 233746d8
      jiaqi 提交于
      (1) set fleet_send_batch_num a default value according to trainer num, the previous 80000 is fixed,if trainer num is much less or larger than 100,global shuffle may have timeout error.
      
      (2) fix load one table bug, add barrier
      233746d8
    • H
      GPU allocation uses fraction of available memory (#18896) · ea6ee76f
      Huihuang Zheng 提交于
      GPU allocation uses fraction of available memory, also fix the GetUsed without lock
      ea6ee76f
    • L
      fix several security bugs reported by security team (#18831) · 0d996908
      liuwei1031 提交于
      * fix security issue, test=develop
      
      * bug fix, test=develop
      
      * throw an exception when null pointer data with non-zero length PaddleBuf is passed, test=develop
      0d996908
    • Z
      Trt fp16 support (#18860) · 61238d31
      Zhaolong Xing 提交于
      * Fix Mask rcnn predictor
          1. refine memory optim algorithm to support the model with the block op.
          2. output diff : modify the affine channel fuse
          3. add condition_block_infer op
      add interface for setting trt calib table dir
      test=develop
      
      * add the missing files.
      test=develop
      
      * 1 add trt fp16 support
      test=develop
      61238d31
    • C
      [DyGraph] Make multi-card program faster (#18892) · 20859c08
      chengduo 提交于
      * update parallel.py
      test=develop
      20859c08
    • H
      Add center Loss Op Support (#18681) · 24f85431
      HaoRen 提交于
      * support center loss
      * change tensor copy  api to high level api tensorcopy
      
      * test=develop rewrite the center_loss cuda_kernel to make it faster
      and add document of the center loss api,also update test function
      
      * test=document_preview test=develop
      update document of center loss
      
      * test=document_preview test=develop
      modify API.spec modify test code remove nouse const_cast
      24f85431