1. 17 2月, 2020 1 次提交
  2. 16 2月, 2020 4 次提交
  3. 15 2月, 2020 5 次提交
  4. 14 2月, 2020 6 次提交
  5. 13 2月, 2020 8 次提交
  6. 12 2月, 2020 5 次提交
  7. 11 2月, 2020 8 次提交
    • H
      Paddlebox about box_wrapper (#22497) · 1a7962be
      hutuxian 提交于
      Refine PaddleBox Framework, Main functions: 
      * Add MetricMsg util class, which can calculate metrics like AUC, bucket_error, COPC.
      * Replace FeedPass with new interface: BeginFeedPass & EndFeedPass
      * Refactor Pull/Push Sparse Function in box_wrapper.
      * Use CUDA Kernel to copy keys and copy feasign between tensor and boxps struct.
      * Cache copied keys in pull sparse in order to reuse it in push period.
      1a7962be
    • H
    • littletomatodonkey's avatar
      Fix bilinear import math (#22523) · 00c110f3
      littletomatodonkey 提交于
      00c110f3
    • W
      Add wrong info when use DGC in cpu (#22515) · d69df9bf
      WangXi 提交于
      d69df9bf
    • Y
      multi-loss optimization by adding a DownpourOpt worker (#22025) · 2235ee1a
      yaoxuefeng 提交于
      * update
      
      * update test=develop
      
      * update compile set test=develop
      
      * update compile set test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update compile setting test=develop
      
      * update compile setting test=develop
      
      * update run demo test=develop
      
      * update test=develop
      
      * update test=develop
      
      * fix test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update format test=develop
      
      * update format test=develop
      
      * update style test=develop
      
      * update style test=develop
      
      * change style test=develop
      
      * change style test=develop
      
      * change style test=develop
      
      * add dataset unittest test=develop
      
      * update test=develop
      
      * update for record test=develop
      
      * udpate style for record test=develop
      
      * update for record test=develop
      
      * update for record test=develop
      
      * update for record test=develop
      
      * fix format test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      2235ee1a
    • Z
      Improve transpose performance with tile sm copy, test=develop (#22311) · 54970444
      zhaoyuchen2018 提交于
      
      * Refine code, fix select tile error,test=develop
      
      * Refine element type and some comments, test=develop
      
      * Refine comments and gpu utils, test=develop
      
      * Remove some useless condition
      
      * Refine floor and ceil, test=develop
      
      * refine for loop. test=develop
      Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
      54970444
    • W
      Compile without nccl deps. [1/2] (#22509) · a90fa540
      Wilber 提交于
      支持不依赖nccl进行编译。[1/2]
      
      多卡下,如果没有打开WITH_NCCL开关编译,多卡不能通信,则只能选择一张卡使用。
      Co-authored-by: N石晓伟 <39303645+Shixiaowei02@users.noreply.github.com>
      a90fa540
    • G
      Make assign op support LoDTensorArray and modify while_loop API (#22309) · 3a59a7a1
      guofei 提交于
      This PR makes assign op support LoDTensorArray and enable the loop_vars in
      while_loop to support tuple or list.
      3a59a7a1
  8. 10 2月, 2020 3 次提交