1. 24 2月, 2018 1 次提交
  2. 12 2月, 2018 1 次提交
  3. 09 2月, 2018 1 次提交
    • S
      Better version of PR #7985 (Modify load() for inference) (#8024) · 36da5295
      Siddharth Goyal 提交于
      * Refine load
      
      * Address review comments: round 1
      
      * Make API consistent with python-save/load
      
      * Add another unit test
      
      * Remove commented function
      
      * Fix GPU bug
      
      * Address review comments
      
      * Modify wrt PR 8147
      
      * Fix filenames for combined case
      
      * Fix typo
      
      * Address review comments: round 2
      
      * Unify TestInference by keeping default param in template
      
      * Address review comment
      
      * Fix spacing
      36da5295
  4. 06 2月, 2018 2 次提交
  5. 01 2月, 2018 1 次提交
  6. 25 1月, 2018 1 次提交
    • K
      Fix save load inference model and remove pickle (#7712) · 5009f7c1
      kexinzhao 提交于
      * remove pick dependency
      
      * fix bug
      
      * small fix
      
      * modify executor.py for save and load
      
      * clean code
      
      * Add usage example
      
      * refine executor run function
      
      * fix bug
      
      * refine executor code
      
      * fix block bug
      
      * fix comments
      
      * fix bug
      
      * fix pass num
      5009f7c1
  7. 24 1月, 2018 3 次提交
  8. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  9. 18 1月, 2018 5 次提交
  10. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  11. 12 1月, 2018 3 次提交
  12. 08 1月, 2018 1 次提交
  13. 28 12月, 2017 1 次提交
  14. 27 12月, 2017 1 次提交
  15. 26 12月, 2017 1 次提交
  16. 28 11月, 2017 1 次提交
    • Y
      Feature/remove g program (#5930) · 0aceeee1
      Yu Yang 提交于
      * Unify fluid submodules to fluid module
      
      Change books just use `import fluid`, not submodules
      
      * Remove g_main_program/g_startup_program
      
      Use default_main_program/default_startup_program instead
      
      * Typo
      
      * Fix CI
      0aceeee1
  17. 24 11月, 2017 2 次提交
  18. 15 11月, 2017 2 次提交
  19. 14 11月, 2017 1 次提交
  20. 05 11月, 2017 1 次提交
  21. 28 10月, 2017 1 次提交
    • F
      Python API for inference model saving/load (#5020) · 6783dcee
      fengjiayi 提交于
      * Add `dump_to_file()` for ProgrameDescBind in pybind
      
      * Update
      
      * Add utility.py
      
      * typo
      
      * Fix bugs
      
      * Move add_feed/fetch_components to untility.py
      
      * Compelete dump
      
      * Follow comments
      
      * Change output of Prune() from inference to pointer
      
      * Expose Prune() to Python
      
      * Compelete save/load API of inference model
      
      * Fix errors
      
      * Debuging
      
      * Compelete unit tests
      
      * follow comments
      6783dcee
  22. 27 10月, 2017 1 次提交