1. 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
  2. 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
  3. 08 1月, 2018 1 次提交
    • Q
      cpu gpu transform function (#7191) · 0f353ab4
      Qiao Longfei 提交于
      * add rename guard
      
      * add device_data_transform
      
      * add device_data_transform_test
      
      * modify GetExpectedKernelType
      
      * update operator.run
      
      * support test test_label_semantic_roles
      
      * optimize code
      
      * optimize code
      
      * rename GetActualKernelType to GetExpectedKernelType
      
      * fix chunk_eval_op and device_data_transform_test
      
      * add is_same_place to place
      
      * optimize code, refine rename_guard
      
      * refine rename guard, add GetKernelTypeForVar
      
      * optimize code
      
      * add some log
      
      * rename guard
      
      * use sub scope to create var
      
      * fix compile
      
      * add IsInitialized for Tensor
      
      * add VarIsTensor
      
      * fix op_registry_test
      
      * test
      
      * tmp disable priority
      
      * restore switch_kernel.md
      
      * code clean
      0f353ab4
  4. 28 12月, 2017 1 次提交
  5. 27 12月, 2017 1 次提交
  6. 26 12月, 2017 1 次提交
  7. 25 12月, 2017 1 次提交
  8. 22 12月, 2017 2 次提交
  9. 20 12月, 2017 1 次提交
  10. 19 12月, 2017 2 次提交
  11. 14 12月, 2017 2 次提交
    • T
      done · 1b20096a
      typhoonzero 提交于
      1b20096a
    • Y
      Make layers as a python module (#6564) · e0698e33
      Yu Yang 提交于
      * Make cast op support bool
      
      Also add `elemwise_sub/mul/abs/clip` layers
      
      * Make fuild.layers as a module
      
      * Move layers as a module
      
      * Split layers.py into layers module
      
      * Fix CI
      
      * Fix CI
      e0698e33
  12. 13 12月, 2017 1 次提交
  13. 12 12月, 2017 3 次提交
  14. 11 12月, 2017 2 次提交
  15. 08 12月, 2017 2 次提交
    • T
      update · 71655334
      typhoonzero 提交于
      71655334
    • Q
      Nmt decoder train (#6367) · 36fcc95c
      Qiao Longfei 提交于
      * init decoder_trainer
      
      * can run
      
      * fix lod
      
      * add sharelod to cross_entropy_grad_op
      
      * add avg_cost to fetch list
      
      * modify learning rate
      
      * can run
      
      * optimie code
      
      * add early exit
      
      * fix print
      
      * revert test_understand_sentiment_conv.py
      
      * add act to fc
      36fcc95c
  16. 06 12月, 2017 1 次提交
    • Y
      feature/nmt add encoder (#6323) · 06a3a887
      Yan Chunwei 提交于
      * init nmt
      
      * encoder ready
      
      * only generation implementation
      
      waiting for dynamic rnn ready to train
      
      * init python
      
      * remove decoder temporary
      
      * clean
      
      * clean
      06a3a887
  17. 05 12月, 2017 3 次提交
    • Q
      add chunk eval layer (#6296) · 161128ba
      Qiao Longfei 提交于
      * add crf_decoding layer
      
      * fix some typo
      
      * init trunk_evaluator
      
      * add trunk_evaluator layer
      
      * update chunk_eval_op and test, change int32 to int64
      
      * fix a numeric problem
      
      * change layers.trunk_evaluator to layers.trunk_eval
      
      * fix typo
      
      * add precision_val
      161128ba
    • T
      wip api for dist train · b18ca5f8
      typhoonzero 提交于
      b18ca5f8
    • Q
      add crf_decoding layer (#6274) · 45c8a88a
      Qiao Longfei 提交于
      * add crf_decoding layer
      
      * fix some typo
      
      * fix test_crf_decoding_op
      45c8a88a
  18. 04 12月, 2017 2 次提交
    • Y
      While op forward for sentimental analysis (#6140) · d5e32794
      Yu Yang 提交于
      * Add DataFeeder
      
      A v2 API like data feeder for book demos.
      We can feed data directly from reader.
      
      * Fix CI
      
      * Add an unittest for while/rnn op forward
      
      * Add unittest for raw while op backward
      
      * Fix CI
      d5e32794
    • 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
  19. 01 12月, 2017 1 次提交
  20. 29 11月, 2017 1 次提交
  21. 28 11月, 2017 1 次提交
  22. 27 11月, 2017 4 次提交
  23. 24 11月, 2017 2 次提交
  24. 22 11月, 2017 2 次提交
    • Q
      07/Label semantic roles (#5798) · 53bd51e3
      Qiao Longfei 提交于
      * init label_semantic_roles.py
      
      * add linear_chain_crf and test
      
      * complete test_linear_chain_crf
      
      * correct last layer of db_lstm
      
      * update optimizer and initializer
      
      * update param_initializer of embedding_layer
      
      * support load pre trained embedding
      
      * rm unused parameter
      
      * optimize code
      
      * clean code
      
      * fix test
      
      * add todo
      53bd51e3
    • F
      refine test_understand_sentiment_lstm (#5781) · f04c97a0
      fengjiayi 提交于
      * fix
      
      * Fix a bug
      f04c97a0
  25. 20 11月, 2017 1 次提交