1. 25 1月, 2020 1 次提交
  2. 23 1月, 2020 1 次提交
  3. 22 1月, 2020 1 次提交
  4. 21 1月, 2020 2 次提交
  5. 19 1月, 2020 4 次提交
  6. 17 1月, 2020 3 次提交
  7. 16 1月, 2020 6 次提交
    • W
      remove unused code test=develop (#22327) · 1e932ecc
      wangchaochaohu 提交于
      1e932ecc
    • L
      Remove unused inputs for some operators (#22284) · 3e5744aa
      Leo Chen 提交于
      * remove unused inputs, test=develop
      
      * remove unused inputs, test=develop
      
      * update dtype, test=develop
      
      * remove unused inputs, test=develop
      
      * update op_use_default_grad_op_maker, tese=develop
      
      * resolve conflicts, test=develop
      
      * follow comments, test=develop
      
      * update center_loss_grad, test=develop
      3e5744aa
    • Z
      fix typo in error message (#22312) · 805328e1
      zhangchunle 提交于
      805328e1
    • L
      change std::cout to log(INFO), vlog (#22316) · 895f8da7
      lidanqing 提交于
      895f8da7
    • revert paddle_fluid.map, test=develop (#22236) · 8cb04664
      石晓伟 提交于
      8cb04664
    • C
      Speeding up dygraph DataLoader with multiprocessing (#21762) · 35efbe6d
      Chen Weihang 提交于
      * add multiprocess for dygraph data loader, test=develop
      
      * polish code & add safe gurad, test=develop
      
      * refactor dygraph dataloader & add signal handler, test=develop
      
      * fix member initializer compile error on ci, test=develop
      
      * fix member initializer compile error one more, test=develop
      
      * remove useless config, test=develop
      
      * skip windows incompatible problem, test=develop
      
      * add unittest for coverage, test=coverage
      
      * add more exception unittest case, test=develop
      
      * deal with signal handler coverage, test=develop
      
      * polish code & add signal handler tests, test=develop
      
      * deal with coverage ci problem, test=develop
      
      * split data loader test & coverage ci fix, test=develop
      
      * remove test_imperative_data_loader_with_exception, test=develop
      
      * remove singal process except test case, test=develop
      
      * add exception tests again & remove sample list test, test=develop
      
      * split normal and exception unittests to diff class, test=develop
      
      * polish doc for use_multiprocess effect in static mode, test=develop
      35efbe6d
  8. 15 1月, 2020 5 次提交
  9. 14 1月, 2020 6 次提交
  10. 13 1月, 2020 7 次提交
  11. 11 1月, 2020 1 次提交
  12. 10 1月, 2020 3 次提交
    • W
      fix the bug of profile update (#22207) · 621d3e0b
      wangchaochaohu 提交于
      * fix the bug of profile update test=develop
      621d3e0b
    • F
      add backward gradient computation for op argsort (#22203) · 443a713c
      FlyingQianMM 提交于
      * add backward gradient computation for op argsort test=developo
      
      * use pre-commit test=develop
      443a713c
    • Z
      Add bn and relu fuse pass (#22048) · 46189b16
      Zhen Wang 提交于
      * add bn and relu fuse pass
      
      * add op attr assert and dtype assert
      
      * fix some inputs&&outputs bugs for the fused op and pattern.
      
      * add the unittest for fuse_bn_act_pass. test=develop
      
      * use normative enforce statements. test=develop
      
      * add the cpu test. test=develop
      
      * add the support of batch_size=1 for the bn with relu op. test=develop
      
      * add the error type for paddle throws. test=develop
      
      * add fused_batch_norm_act and fused_batch_norm_act_grad to op_has_unsed_vars_white_list. test=develop
      46189b16