1. 29 11月, 2017 1 次提交
    • W
      Add write_docs_en.rst for English version · 2488b81f
      Wang,Jeff 提交于
      Update the write_docs_en.rst and write_docs_cn.rst to include how to run the documentation viewer tool without Docker
      Add dev/contribute_to_paddle_cn.md onto navigation link
      2488b81f
  2. 28 11月, 2017 1 次提交
  3. 16 11月, 2017 1 次提交
  4. 10 11月, 2017 4 次提交
  5. 09 11月, 2017 2 次提交
  6. 08 11月, 2017 2 次提交
    • L
      add doc for image.py · 15133229
      Luo Tao 提交于
      15133229
    • Y
      Polish OpWithKernel · bbdac7f7
      Yu Yang 提交于
      * Chage `IndicateDataType` to `GetKernelType`. Make it easier to
        understand.
      * Change `OpKernelKey` to `OpKernelType`
      * Make operator developers can customize which kernel the operator will
        use in runtime.
      bbdac7f7
  7. 07 11月, 2017 1 次提交
  8. 06 11月, 2017 2 次提交
  9. 03 11月, 2017 9 次提交
  10. 02 11月, 2017 2 次提交
  11. 01 11月, 2017 2 次提交
  12. 31 10月, 2017 4 次提交
  13. 26 10月, 2017 5 次提交
  14. 25 10月, 2017 2 次提交
    • Y
      Extract apply_backward_pass to backward.py (#5026) · dd0008d5
      Yu Yang 提交于
      * Extract apply_backward_pass to backward.py
      
      Rename apply_backward_pass to append_backward_ops
      
      * Fix CI
      
      * Update design doc
      dd0008d5
    • D
      "Serialize LoDTensor, Save/Restore model" (#4602) · fd2eb550
      dzhwinter 提交于
      * "add model format design doc"
      
      * "add restore function"
      
      * "add parse protobuf"
      
      * "move necessary information to saver.proto"
      
      * "format code"
      
      * "add gpu option"
      
      * "add lod info"
      
      * "add saveop python test wrapper"
      
      * "checkpoint reuse save operator"
      
      * "rewrite model format design doc"
      
      * "async support needed"
      
      * "fix run once"
      
      * "fix doc based on comments"
      
      * "refine based on comments"
      
      * "fix based comments"
      
      * "remove persistable flag from framework.proto"
      
      * "add IndicateDataType to restore op"
      
      * "add save test"
      
      * "modify save restore code"
      
      * "modified the restore logic"
      
      * rm checkpoint_op.cc
      
      * rm test_checkpoint_op.py
      
      * "get inputs outputs name from execution context"
      
      * Saving each variable to a independent file
      
      * Fix bugs
      
      * Rewrite save_restore_op_test with new Python framework
      
      * Move `SaveOp` and `RestoreOp` from OpWithKernel to OpBase
      
      * Refine unit test of SaveOp and RestoreOp
      
      * fix compile errorwq
      fd2eb550
  15. 21 10月, 2017 1 次提交
  16. 20 10月, 2017 1 次提交