1. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  2. 22 12月, 2017 4 次提交
  3. 21 12月, 2017 3 次提交
  4. 20 12月, 2017 1 次提交
  5. 19 12月, 2017 8 次提交
  6. 18 12月, 2017 2 次提交
  7. 17 12月, 2017 1 次提交
  8. 15 12月, 2017 2 次提交
  9. 14 12月, 2017 4 次提交
  10. 13 12月, 2017 4 次提交
  11. 12 12月, 2017 5 次提交
  12. 11 12月, 2017 2 次提交
  13. 08 12月, 2017 3 次提交
    • C
      add conv_trans unit test · d93bbf1b
      chengduoZH 提交于
      d93bbf1b
    • 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