1. 20 6月, 2018 1 次提交
  2. 19 6月, 2018 1 次提交
  3. 15 6月, 2018 6 次提交
  4. 14 6月, 2018 5 次提交
    • Y
      fix dist ut · 44925eb4
      yi.wu 提交于
      44925eb4
    • Y
      Polish code · 055df470
      yuyang18 提交于
      055df470
    • Y
      Polish documentation · cbc1b7f1
      yuyang18 提交于
      cbc1b7f1
    • L
      set test_parallel_executor_crf serial · 10e21b77
      Luo Tao 提交于
      10e21b77
    • W
      Add mean IOU op. (#10519) · 6fcdb240
      whs 提交于
      * Add mean_iou op.
      
      * Add unitest for mean iou op.
      
      * Add optional collections of confusion matrix and mean_iou.
      
      * Fix cuda kernel.
      
      * Refine code.
      1. Merge computing in GPU to two kernel.
      2. Use wrong array and correct array instead of confusion matrix.
      
      * Add python api and fix cuda kernel.
      
      * Fix comments.
      
      * Small fix.
      
      * Small fix.
      6fcdb240
  5. 13 6月, 2018 12 次提交
  6. 12 6月, 2018 8 次提交
  7. 11 6月, 2018 7 次提交
    • W
      Add slice op. (#11052) · adc09087
      whs 提交于
      * Add slice op.
      
      * Remove using from header file and fix doc.
      
      * Fix doc
      
      * Small fix.
      adc09087
    • L
      update with comments · 7bdb573d
      Luo Tao 提交于
      7bdb573d
    • L
      refine docs of elementwise_op etc. · 76941990
      Luo Tao 提交于
      76941990
    • J
      code sytle · 22f80cc5
      jshower 提交于
      22f80cc5
    • C
      replace use_event with use_cuda, because use_event means the program running... · aadaadf7
      chengduoZH 提交于
      replace use_event with use_cuda, because use_event means the program running with CUDA, so use_cuda maybe more intuitive.
      aadaadf7
    • G
      Clean `sendop` `recv` operator. (#11309) · 627d7a64
      gongweibao 提交于
      627d7a64
    • Q
      Add some dist-training robust cases into fluid benchmark test (#11207) · 1cfd3cb1
      Qiyang Min 提交于
      * 1. add weight decay feature into fluid benchmark test
      2. add learning rate decay feature into fluid benchmark test
      3. add L1&L2 regularization feature into fluid benchmark test
      4. add error clipping feature into fluid benchmark test
      5. add gradient clipping feature into fluid benchmark test
      
      * Add some document to README.md under benchmark/fluid/ repo
      
      * Add model_base.py
      
      * Fix bugs in test_listen_and_serv_op
      
      * 1. remove args out of fluid_benchmark.py
      2. remove lr_decay, regularization, clipping out of fluid_benchmark.py
      
      * add async_mode description to doc and remove the clipping description out
      
      * for restart build
      
      * to restart build
      
      * remove optimization args from args.py
      
      * 1. remove optimization from models
      2. fix bug in test_listen_and_serv_op
      
      * change the name retry_times to left_time
      
      * change retry_times to the pserver start left time
      1cfd3cb1