1. 17 10月, 2017 1 次提交
    • Y
      Rewrite feed/fetch op (#4815) · 4df6cf4d
      Yu Yang 提交于
      * Feed/Fetch op just plain operator, not a OpWithKernel
      * Do not register OpInfoMaker since Feed/Fetch will never be
        configured by users
      * Feed/Fetch op has empty gradient
      * Feed/Fetch op do not hard code `feed_variable`, `fetch_variable` as
        its input and output, make it as a plain Operator input/output
      4df6cf4d
  2. 15 10月, 2017 1 次提交
    • Q
      create grad_var when run Backward pass (#4796) · d7383c6d
      Qiao Longfei 提交于
      * add target to Backward, generate var in block when call backward
      
      * modify backward_test
      
      * fix executor_test
      
      * set var desc default type to LOD_TENSOR
      
      * update backward_test
      
      * insert loss in the top level of backward
      
      * create grad vars for all blocks in current program
      
      * optimize code
      
      * update test_program.py
      
      * only create var for newly create blocks when backward
      d7383c6d
  3. 14 10月, 2017 2 次提交
  4. 13 10月, 2017 2 次提交
  5. 12 10月, 2017 3 次提交
  6. 11 10月, 2017 6 次提交
  7. 10 10月, 2017 6 次提交
  8. 09 10月, 2017 1 次提交
  9. 08 10月, 2017 4 次提交
  10. 07 10月, 2017 4 次提交
  11. 06 10月, 2017 4 次提交
  12. 05 10月, 2017 1 次提交
  13. 04 10月, 2017 4 次提交
  14. 03 10月, 2017 1 次提交