1. 19 12月, 2017 1 次提交
  2. 18 12月, 2017 3 次提交
  3. 17 12月, 2017 1 次提交
  4. 15 12月, 2017 2 次提交
  5. 14 12月, 2017 3 次提交
  6. 13 12月, 2017 5 次提交
  7. 12 12月, 2017 9 次提交
  8. 11 12月, 2017 3 次提交
  9. 08 12月, 2017 2 次提交
    • 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
    • C
      follow comments · 3c844447
      chengduoZH 提交于
      3c844447
  10. 07 12月, 2017 4 次提交
  11. 06 12月, 2017 6 次提交
  12. 05 12月, 2017 1 次提交
    • 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