1. 25 10月, 2017 1 次提交
    • 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
  2. 20 10月, 2017 1 次提交
  3. 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
  4. 12 10月, 2017 1 次提交
  5. 10 10月, 2017 1 次提交
  6. 28 9月, 2017 1 次提交
  7. 23 9月, 2017 2 次提交
  8. 15 9月, 2017 1 次提交
  9. 12 9月, 2017 1 次提交
  10. 08 9月, 2017 1 次提交
  11. 07 9月, 2017 1 次提交
  12. 06 9月, 2017 1 次提交
  13. 05 9月, 2017 1 次提交
    • F
      WIP · e76fa85c
      fengjiayi 提交于
      e76fa85c
  14. 21 8月, 2017 1 次提交
  15. 10 8月, 2017 1 次提交
  16. 09 8月, 2017 1 次提交
  17. 08 8月, 2017 1 次提交
    • Y
      fix some enforce (#3301) · 2af35002
      Yan Chunwei 提交于
      * fix some enforce
      
      * remove compatible_type to avoid compile error
      
      * remove shared_ptr
      
      * fix tensor error msg
      2af35002
  18. 07 8月, 2017 1 次提交
  19. 03 8月, 2017 2 次提交
  20. 02 8月, 2017 1 次提交
  21. 31 7月, 2017 2 次提交
  22. 28 7月, 2017 3 次提交
  23. 25 7月, 2017 4 次提交
  24. 21 7月, 2017 1 次提交
  25. 19 7月, 2017 6 次提交
  26. 18 7月, 2017 2 次提交