1. 15 10月, 2017 3 次提交
    • Q
      append_backward return map to python · 9a0ef7d2
      qiaolongfei 提交于
      9a0ef7d2
    • 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
    • D
      "fix tests" · b3df1f4a
      Dong Zhihong 提交于
      b3df1f4a
  2. 14 10月, 2017 2 次提交
  3. 12 10月, 2017 3 次提交
  4. 11 10月, 2017 4 次提交
  5. 10 10月, 2017 3 次提交
    • Y
      Polish CompileTime InferShape · d350cdbc
      Yu Yang 提交于
      1. InferShape should be a method for `OpDescBind` not `Operator`, since
        `OpDescBind` is a compile-time concept.
      2. Pre-create operators and store them into a map. Make InferShape
         faster
      d350cdbc
    • Y
      Use PROTO_LITE when refactoring Paddle · dcb09e93
      Yu Yang 提交于
      It will significantly reduce binary size. It is useful for mobile
      deployment.
      dcb09e93
    • Y
      Stash · 49ca0b48
      Yu Yang 提交于
      49ca0b48
  6. 28 9月, 2017 4 次提交
  7. 27 9月, 2017 2 次提交
  8. 26 9月, 2017 5 次提交
  9. 23 9月, 2017 11 次提交