1. 24 2月, 2018 2 次提交
  2. 12 2月, 2018 1 次提交
  3. 09 2月, 2018 1 次提交
  4. 08 2月, 2018 1 次提交
  5. 31 1月, 2018 1 次提交
  6. 24 1月, 2018 1 次提交
  7. 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
  8. 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
  9. 04 12月, 2017 1 次提交
    • Y
      Add DataFeeder (#6102) · 2a3a1e9a
      Yu Yang 提交于
      * Add DataFeeder
      
      A v2 API like data feeder for book demos.
      We can feed data directly from reader.
      
      * Fix CI
      
      * Remove batch_size_dim for feeder
      
      Also add __all__ to data_feeder.py
      
      * Follow comment
      2a3a1e9a
  10. 27 11月, 2017 1 次提交
  11. 24 11月, 2017 1 次提交
  12. 17 11月, 2017 1 次提交
  13. 15 11月, 2017 2 次提交
  14. 14 11月, 2017 2 次提交
  15. 10 11月, 2017 1 次提交
  16. 09 11月, 2017 1 次提交
  17. 07 11月, 2017 2 次提交
  18. 05 11月, 2017 1 次提交
  19. 02 11月, 2017 1 次提交
    • Q
      Optimizer use init program (#5275) · f48159ad
      Qiao Longfei 提交于
      * optimizer use init_program
      
      * create persistable variable
      
      * add create_persistable_var to block
      
      * optimizer use create_persistable_var
      
      * fix prefix
      
      * move create_global_persistable_var from Block to LayerHelper
      
      * Polish Optimizer initialization code.
      
      * Using the LayerHelper to create initialize operator and variables
      
      * add_accumulator should use an independent data type
      
      * default use param data type for accumulator
      f48159ad
  20. 27 10月, 2017 1 次提交
  21. 20 10月, 2017 1 次提交
    • Q
      add test_fit_a_line (#4936) · 9903e49f
      QI JUN 提交于
      * add test_fit_a_line
      
      * Update
      
      * fix persistable bug
      
      * fix elementwise add bug
      
      * set correct attr for bias op in fc layer
      
      * set correct attr for bias op in fc layer
      
      * Update
      
      1. Add init_program to hold initializers
      2. bug fix
      
      * add test_fit_a_line
      
      * fix persistable bug
      
      * fix elementwise add bug
      
      * fix type
      
      * add gitignore
      
      * Complete fit_a_line test
      
      * revert code
      
      * Clean up
      
      * Revert "revert code"
      
      This reverts commit eb1aa015.
      
      * Refine
      
      * Fix unit test
      9903e49f