1. 30 1月, 2018 1 次提交
  2. 25 1月, 2018 3 次提交
  3. 24 1月, 2018 5 次提交
  4. 23 1月, 2018 2 次提交
    • Q
      Nmt model (#7340) · e7d44a20
      Qiao Longfei 提交于
      neural machine translation model support beam search with while op
      e7d44a20
    • Y
      fix ci. · dcb5a1ed
      ying 提交于
      dcb5a1ed
  5. 22 1月, 2018 1 次提交
  6. 21 1月, 2018 2 次提交
  7. 17 1月, 2018 1 次提交
  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. 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
  10. 28 12月, 2017 1 次提交
  11. 27 12月, 2017 1 次提交
  12. 26 12月, 2017 1 次提交
  13. 25 12月, 2017 1 次提交
  14. 22 12月, 2017 2 次提交
  15. 20 12月, 2017 1 次提交
  16. 19 12月, 2017 2 次提交
  17. 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
  18. 13 12月, 2017 1 次提交
  19. 12 12月, 2017 3 次提交
  20. 11 12月, 2017 2 次提交
  21. 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
  22. 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
  23. 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