1. 26 8月, 2019 1 次提交
  2. 21 8月, 2019 1 次提交
  3. 16 8月, 2019 1 次提交
  4. 08 7月, 2019 1 次提交
  5. 02 7月, 2019 1 次提交
  6. 28 6月, 2019 2 次提交
  7. 25 6月, 2019 1 次提交
  8. 19 6月, 2019 1 次提交
  9. 18 6月, 2019 1 次提交
  10. 15 6月, 2019 1 次提交
  11. 13 6月, 2019 1 次提交
    • T
      cherry pick from combine noavx and avx package (#17889) (#18036) · 7e31d5a2
      tensor-tang 提交于
      test=release/1.5
      
      * support avx and noavx core
      * add catch and give some log
      * fix build
      * add missing package
      * fix pybind name
      * fix import error
      * conbime noavx core
      * add requirements
      * fix unkown message
      * fix api spec
      * refine and clean
      * update
      * follow comments
      * refine scripts
      7e31d5a2
  12. 10 6月, 2019 1 次提交
  13. 06 6月, 2019 4 次提交
    • G
      fbbdc9cc
    • W
      Make ParallelExecutor support Windows GPU (#17787) · 453a49b1
      wopeizl 提交于
      * fix the ParallelExecutor on Windows
      test=develop
      * restrict to use one GPU only under windows
      453a49b1
    • INT8 MKL-DNN v2 integrate to slim (#17634) · 993c703b
      翟飞跃 提交于
      * refactor PR 16865
      
      * delete mergetool files
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * create dir for int8 model before call SaveOptimModel
      
      * test=develop
      
      * mkldnn int8 only support linux; test=develop
      
      * refine code; test=develop
      
      * remove comment; test=develop
      
      * refine code; test=develop
      
      * fix bug; test=develop
      
      * add exception for mkldnn_post_training_strategy
      
      * reuse int8v2 CAPI dataset; test=develop
      
      * fix accuracy check bug; test=develop
      
      * remove tab
      
      * convert files to unix format
      
      * test=develop
      
      * reduce CI time;test=develop
      
      * reduce CI time and refine code;test=develop
      
      * refine comment; test=develop
      
      * add cmake FLAGS;test=develop
      
      * remove predict_num;test=develop
      993c703b
    • W
      use pyreader to read data in dygraph mode (#17314) · 841553e1
      wopeizl 提交于
      * use pyreader to read data
      
      * add return_list to PyReader to support return value represented as list
      841553e1
  14. 05 6月, 2019 1 次提交
  15. 04 6月, 2019 1 次提交
  16. 31 5月, 2019 1 次提交
  17. 27 5月, 2019 2 次提交
  18. 25 5月, 2019 1 次提交
    • Z
      TRT: Support set dynamic range in int8 mode. (#17524) · 61221ebc
      Zhaolong Xing 提交于
      * fluid int8 train and trt int8 predict align.
      trt int8 predict init
      op converter
      
      * 2. align fluid int8 train and trt int8 inference.
      enhance quant dequant fuse pass
      enhance op converter, trt engine, trt engine op, trt subgraph pass.
      
      * 3. add delete_quant_dequant_pass for trt
      
      test=develop
      
      * 4. add the missing file
      test=develop
      
      * 5. i modify the c++ interface, but forget to modify the pybind code
      fix the IS_TRT_VERSION_GE bug, and fix elementwise op converter
      test=develop
      61221ebc
  19. 24 5月, 2019 4 次提交
  20. 23 5月, 2019 3 次提交
  21. 20 5月, 2019 1 次提交
  22. 17 5月, 2019 2 次提交
    • Y
      polish parallel dygraph code (#17164) · 02175555
      Yan Xu 提交于
      * add var grad hook test=develop
      02175555
    • J
      Fix/Fix memory leak in dygraph (#17394) · d7df4e5e
      Jiabin Yang 提交于
      * test=develop, add gradient sort backward strategy
      
      * test=develop, fix test by add FLAGS_cudnn_deterministic on new tests
      
      * test=develop, fix memory leak in dygraph mode
      
      * test=develop, fix memory leak in dygraph mode
      
      * test=develop, polish code
      
      * test=develop, polish code
      
      * test=develop, polish code
      d7df4e5e
  23. 16 5月, 2019 1 次提交
  24. 15 5月, 2019 1 次提交
    • J
      add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118) · 66d51206
      jiaqi 提交于
      * add save/load model, shrink table, cvm, config file & fix pull dense bug
      test=develop
      
      * fix global shuffle bug, fix pull dense bug, fix release memeory bug, fix shrink error
      add client flush, add get data size
      test=develop
      
      * fix global shuffle bug
      test=develop
      
      * fix global shuffle bug
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style & modify pslib cmake
      test=develop
      
      * fix error of _role_maker
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix windows compile error of fleet
      test=develop
      
      * fix global shuffle bug
      
      * add comment
      test=develop
      
      * update pslib.cmake
      test=develop
      
      * fix fill sparse bug
      test=develop
      
      * fix push sparse bug
      test=develop
      66d51206
  25. 14 5月, 2019 1 次提交
  26. 13 5月, 2019 1 次提交
  27. 12 5月, 2019 1 次提交
  28. 10 5月, 2019 1 次提交
    • Q
      Double backward of conv2d. (#17211) · e32c9888
      qingqing01 提交于
      * Add conv2d_grad_grad_op
      * Extracte the cuDNN conv algo searching code in conv_cudnn_helper.h.
          - Now use it in conv2d_grad_grad.
          - Will simply the searching code in conv2d and conv2d_grad in next PR.
      * Enhance and fix bug in unit testing of gradient_checker.
      * Support to fetch empty variables,return None in Python.
      e32c9888
  29. 08 5月, 2019 1 次提交
    • L
      Repair api example (#17221) · e388a1fb
      lujun 提交于
      Fix the following API examples:
      
      paddle.fluid.scope_guard
      paddle.fluid.backward.append_backward
      paddle.fluid.cpu_places
      paddle.fluid.cuda_pinned_places
      paddle.fluid.cuda_places
      paddle.fluid.in_dygraph_mode
      paddle.fluid.CUDAPlace
      paddle.fluid.CPUPlace
      paddle.fluid.CUDAPinnedPlace
      e388a1fb