1. 25 10月, 2017 5 次提交
    • H
      Merge pull request #5053 from helinwang/serialization · b54990e9
      helinwang 提交于
      Fix parameter server checkpoint serialization crash
      b54990e9
    • 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
    • H
      Fix parameter server checkpoint serialization · f28b4d68
      Helin Wang 提交于
      f28b4d68
    • A
      Adding python wrapper for adam operator (#5021) · d78d1193
      Abhinav Arora 提交于
      * Adding Adam Python wrapper
      
      * Adding tests for Python Adam wrapper
      d78d1193
  2. 24 10月, 2017 23 次提交
  3. 23 10月, 2017 12 次提交