1. 16 6月, 2019 1 次提交
  2. 16 5月, 2019 1 次提交
  3. 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
  4. 23 4月, 2019 1 次提交
    • Q
      Support backward of backward for Relu and add a new gradient checker by... · c1c2633a
      qingqing01 提交于
      Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862)
      
      * Support backward of backward and a new gradient checker
      * Rename decorators.py to decorator_helper.py, since Python on Windows CI has decorators package.
      
      1. Add ReluDoubleGradMaker when register relu_grad.
      2. Add a new gradient checker by comparing theoretical and numerical Jacobian.  Check double gradients by double_grad_check.
      c1c2633a
  5. 03 4月, 2019 1 次提交
  6. 19 12月, 2018 1 次提交
  7. 18 12月, 2018 1 次提交
  8. 13 12月, 2018 1 次提交
  9. 26 9月, 2018 1 次提交
  10. 18 9月, 2018 1 次提交
  11. 15 8月, 2018 2 次提交
  12. 14 8月, 2018 3 次提交
  13. 10 8月, 2018 2 次提交
  14. 09 8月, 2018 1 次提交
  15. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
  16. 06 8月, 2018 1 次提交
  17. 26 7月, 2018 1 次提交
  18. 17 7月, 2018 1 次提交
    • W
      Remove block api (#12107) · db67d60e
      Wu Yi 提交于
      * remove block api
      
      * remove clone_variable
      
      * hide block inner apis
      
      * update
      
      * fix tests
      db67d60e
  19. 11 7月, 2018 1 次提交
  20. 10 7月, 2018 1 次提交
  21. 09 7月, 2018 2 次提交
  22. 21 6月, 2018 2 次提交
  23. 19 6月, 2018 3 次提交
  24. 23 5月, 2018 1 次提交
  25. 22 5月, 2018 1 次提交
  26. 15 5月, 2018 3 次提交
  27. 14 3月, 2018 1 次提交
  28. 12 3月, 2018 1 次提交
    • Q
      [Memory]More memory optimization policy (#8690) · f7e9fe57
      QI JUN 提交于
      * add memopt level
      
      * add opt level for image classification demo
      
      * clean code
      
      * add delete op
      
      * clean code
      
      * test machine translation demo
      
      * clean code
      
      * clean code
      
      * skip fill constant with force cpu
      
      * clean code
      
      * clean code
      
      * refine code
      
      * clean code
      
      * fix bug
      f7e9fe57
  29. 06 3月, 2018 1 次提交
  30. 28 2月, 2018 1 次提交