1. 15 1月, 2018 3 次提交
  2. 13 1月, 2018 1 次提交
  3. 12 1月, 2018 1 次提交
  4. 06 1月, 2018 1 次提交
  5. 05 1月, 2018 1 次提交
  6. 03 1月, 2018 2 次提交
  7. 02 1月, 2018 5 次提交
  8. 22 12月, 2017 4 次提交
  9. 21 12月, 2017 4 次提交
  10. 19 12月, 2017 3 次提交
  11. 14 12月, 2017 3 次提交
  12. 13 12月, 2017 2 次提交
  13. 12 12月, 2017 2 次提交
  14. 11 12月, 2017 1 次提交
  15. 08 12月, 2017 2 次提交
    • C
      fix conv2d_transpose API (Add dilation) · 5f48421c
      chengduoZH 提交于
      5f48421c
    • 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. 07 12月, 2017 1 次提交
  17. 06 12月, 2017 2 次提交
  18. 05 12月, 2017 2 次提交
    • 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
    • Q
      add crf_decoding layer (#6274) · 45c8a88a
      Qiao Longfei 提交于
      * add crf_decoding layer
      
      * fix some typo
      
      * fix test_crf_decoding_op
      45c8a88a