1. 30 12月, 2019 1 次提交
    • T
      add xly py35 dockerfile (#21861) · 362bfec5
      tianshuo78520a 提交于
      * add xly py35 dockerfile
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test dockerfile
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35
      
      * test=py35,test=develop,test=inference,test=document_fix
      362bfec5
  2. 05 9月, 2019 1 次提交
    • J
      Refactor dygraph (#19107) · e9233d1c
      Jiabin Yang 提交于
      * refactor dygraph,test=develop
      
      * fix failed unittest,test=develop
      
      * polish code,test=develop
      
      * check windows ci error,test=develop
      try to fix windows ci error by np.allclose,test=develop
      
      * polish vlog and profiler, test=develop
      
      * try to fix preceding ops order,test=develop
      
      * test transformer in windows ci, test=develop
      
      * use python c-api to speed up tracer.trace,test=develop
      
      * test=develop, fix docker with paddle nccl problem
      
      * test=develop, add ut for debug string and gradient_accumulator
      
      * test=develop, add tests for layer/gradient_accumulator/prepared_op
      
      * test=develop, fix complie error for test_prepared_op
      
      * test=develop, add more ut for dygraph
      
      * test=develop, create API.spec for dygraph api change
      
      * test=develop, refoctor name to make it easier to understand
      
      * test=develop, refoctor name to make it easier to understand
      
      * test=develop, fix multi-gpu failed problem , add Tracer tests, change PADDLEENFORCE to PADDLEENFORCE_EQ
      
      * test=develop, fix ut failed on parallel se-resnext
      
      * test=develop, change one more PADDLE_ENFORCE
      e9233d1c
  3. 19 8月, 2019 1 次提交
  4. 07 8月, 2019 1 次提交
  5. 04 7月, 2019 1 次提交
  6. 01 7月, 2019 1 次提交
  7. 29 6月, 2019 1 次提交
  8. 18 6月, 2019 1 次提交
  9. 16 6月, 2019 1 次提交
  10. 15 6月, 2019 1 次提交
    • L
      Update requirement for py2 and py3 (#18068) · 5c3cbb58
      lujun 提交于
      for py2:
      matplotlib<=2.2.3 ; python_version<"3.5"
      scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"
      nltk>=3.2.2, <=3.4 ; python_version<"3.5"
      
      for py3:
      matplotlib ; python_version>="3.5"
      scipy ; python_version>="3.5"
      nltk ; python_version>="3.5"
      
      update requests version to >=2.20.0
      for CEV-2018-18074
      5c3cbb58
  11. 12 6月, 2019 1 次提交
    • T
      combine noavx and avx package (#17889) · 5c06bff2
      tensor-tang 提交于
      * support avx and noavx core
      
      * add catch and give some log
      
      test=develop
      
      * fix build
      
      test=develop
      
      * add missing package
      
      test=develop
      
      * fix pybind name
      
      test=develop
      
      * fix import error
      
      test=develop
      
      * conbime noavx core
      
      test=develop
      
      * add requirements
      
      test=develop
      
      * fix unkown message
      
      test=develop
      
      * fix api spec
      
      test=develop
      
      * refine and clean
      
      test=develop
      
      * update
      
      * pass dist ut
      
      * follow comments
      
      test=develop
      
      * refine scripts
      
      test=develop
      5c06bff2
  12. 03 6月, 2019 1 次提交
  13. 23 3月, 2019 1 次提交
    • W
      [slim] Refine framework of slim and add filter pruning strategy (#16226) · 2e5831f0
      whs 提交于
      * First pr of paddle slim.
      1. Add framework of paddle slim
      2. Add filter pruning strategy
      test=develop
      
      * Rename unitest to tests.
      test=develop
      
      * Add prettytable into requirements.
      test=develop
      
      * Change in_nodes and out_nodes to odered dict.
      test=develop
      
      * Remove distillation.
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix unitest.
      test=develop
      
      * Fix unitest in windows.
      test=develop
      
      * Fix unitest in windows.
      test=develop
      
      * Fix unitest.
      test=develop
      
      * Hide some functions.
      test=develop
      
      * Fix python import in python3.5
      test=develop
      
      * Fix compress pass.
      test=develop
      
      * Fix unitest of test_dist_ctr.
      test=develop
      
      * Enhence flops.
      
      * use os.path.join
      
      * Fix pickle for python3
      Fix log and comments.
      test=develop
      
      * 1. Remove feed_reader in compress pass
      2. Fix cache reader
      3. Rename CompressPass to Compressor
      4. Add comments for distiller optimizer
      5. Remove unused pruner currently
      6. Add some comments.
      7. Change API.spec
      test=develop
      
      * Fix pruning in python3.
      test=develop
      
      * Fix unitest in python3.
      test=develop
      
      * Fix format in python3.
      test=develop
      2e5831f0
  14. 20 2月, 2019 1 次提交
  15. 14 2月, 2019 1 次提交
  16. 11 2月, 2019 1 次提交
  17. 24 12月, 2018 1 次提交
    • W
      Init paddle slim (#14834) · 93870574
      whs 提交于
      * Init slim.
      
      * Remove distillation demo.
      
      * Fix import errors.
      test=develop
      
      * Fix some issues.
      test=develop
      
      * Fix configs.
      test=develop
      
      * Modify API.spec.
      test=develop
      
      * Fix format.
      test=develop
      
      * Fix format.
      test=develop
      
      * Add some comments.
      93870574
  18. 17 12月, 2018 1 次提交
  19. 16 12月, 2018 1 次提交
  20. 21 11月, 2018 1 次提交
  21. 19 11月, 2018 2 次提交
  22. 15 11月, 2018 1 次提交
  23. 05 11月, 2018 1 次提交
  24. 19 9月, 2018 1 次提交
  25. 14 8月, 2018 1 次提交
  26. 12 7月, 2018 2 次提交
  27. 02 5月, 2018 1 次提交
  28. 02 11月, 2017 1 次提交
  29. 15 8月, 2017 1 次提交
  30. 12 8月, 2017 1 次提交
  31. 11 8月, 2017 1 次提交