1. 15 4月, 2021 1 次提交
    • W
      Customizable Python Layer in Dygraph (#32130) · 29f65225
      WeiXin 提交于
      * custom python backward
      
      * polish up the code
      
      * polish up the code
      
      * polish up the code.
      
      * Fix code format and comments.
      
      * Delete redundant files.
      
      * add unnittest.
      
      * edit unnittest.
      
      * edit unnittest.
      
      * Remove redundant header files.
      
      * Improve coverage and remove redundant code.
      
      * support saving for backward.
      
      * polish code according to comments.
      
      * Add support type for PyLayer.
      
      * Modify the DOC.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish Doc.
      
      * polish code and make the code robust.
      
      * Modify the code format.
      29f65225
  2. 01 4月, 2021 1 次提交
    • C
      add custom init grad for backward function (#31540) · 83b953f5
      chentianyu03 提交于
      * add custom init grad for backward function
      
      * add custom init grad for backward function
      
      * handle when the grad_tensor is none
      
      * handle when the grad_tensor is none
      
      * fix the args type error on windows platform
      
      * modify the args order and doc
      
      * format code
      
      * add grad_tensor to xpu
      
      * modify the grad_tensor type check
      
      * add paddle.backward api to support multi tensors gradient compute
      
      * add paddle.backward api to support multi tensors gradient compute
      
      * add paddle.atuograd module and backward api
      
      * change tensor.backward func args
      
      * modify tensor backward api
      
      * remove create_graph intputs args
      
      * add doc and examplex code for backward api
      
      * when have the same tensor, throw error
      
      * modify test Init func args
      
      * modify the execute.Init func args in test files
      
      * add paddle.autograd package in setup.py.in
      
      * modify error msg, remove _run_backward method in class Tensor
      
      * add test cases for backward api
      83b953f5
  3. 26 11月, 2020 1 次提交
  4. 06 11月, 2020 1 次提交
  5. 29 10月, 2020 1 次提交
  6. 13 10月, 2020 1 次提交
  7. 27 9月, 2019 1 次提交
    • M
      add train demo to paddle_build.sh (#19885) · dd8fc981
      mapingshuo 提交于
      * add train demo to paddle_build.sh
      
      test=develop
      test=document_preview
      
      * code cleaning
      
      * test=develop
      
      test=develop
      
      * remove program desc files
      
      test=develop
      
      * add test_train to CI
      
      test=develop
      test=document_preview
      
      * make run.sh excutable
      
      test=develop
      test=document_preview
      
      * switch with_mkl to off
      
      test=develop
      test=document_preview
      
      * switch with_mkl to off
      
      test=develop
      
      * switch with_mkl to on
      
      test=develop
      
      * move test_fluid_lib_train to ci_py35
      
      test=develop
      
      * fix bugs of MKLDNN building
      
      * rm build_train_lib(), test=develop
      
      * restore tensor.h, test=develop
      dd8fc981
  8. 26 7月, 2018 1 次提交