1. 11 10月, 2019 1 次提交
  2. 02 8月, 2019 1 次提交
  3. 13 6月, 2019 1 次提交
  4. 10 6月, 2019 1 次提交
  5. 27 5月, 2019 1 次提交
    • S
      add Concat quantization (#17448) · 96845d21
      Sylwester Fraczek 提交于
      * add Concat quantization
      add unit test for quantizing concat
      fix for wrong value when the input is not in map of calculated scales
      add use_quantizer to concat_op.cc
      add scale_algo rules for concat
      
      test=develop
      
      * missing fix for multiple inputs quantize-squash
      
      * wojtuss review fix: adding comment
      
      test=develop
      96845d21
  6. 23 5月, 2019 1 次提交
  7. 08 5月, 2019 1 次提交
    • H
      Fix concat shape check (#17247) · c3195de5
      Hongyu Liu 提交于
      * fix shape_check; test=develop
      
      * fix format; test=develop
      
      * fix format; test=develop
      
      * fix ddim bug; test=develop
      
      * fix c++ format; test=develop
      
      * change function name; test=develop
      c3195de5
  8. 15 4月, 2019 1 次提交
  9. 11 4月, 2019 1 次提交
  10. 26 3月, 2019 1 次提交
  11. 25 3月, 2019 1 次提交
  12. 21 3月, 2019 2 次提交
  13. 19 3月, 2019 1 次提交
  14. 18 3月, 2019 2 次提交
  15. 04 12月, 2018 3 次提交
  16. 26 11月, 2018 1 次提交
  17. 08 11月, 2018 1 次提交
  18. 21 9月, 2018 1 次提交
  19. 18 9月, 2018 1 次提交
  20. 17 9月, 2018 1 次提交
  21. 14 6月, 2018 1 次提交
  22. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  23. 19 4月, 2018 1 次提交
  24. 18 4月, 2018 1 次提交
  25. 12 4月, 2018 1 次提交
    • Q
      Dist transpiler support prefetch (#9714) · 4c55a602
      Qiao Longfei 提交于
      * init
      
      * add some check
      
      * add dist transpile logic
      
      * add insert op for block
      
      * init change get_pserver_program
      
      * optimize code
      
      * fix a bug
      
      * can run now
      
      * start to do table split
      
      * start to process table gradient
      
      * complete pserver part
      
      * can send_vars now
      
      * revert cpplint
      
      * fix a bug
      
      * optimize code
      
      * move dist test to models
      
      * revert the interface of distribute_transpiler.transpile
      
      * fix prefetch_block
      
      * optimize trainspiler code
      
      * add comment to sum_op
      
      * add warning log
      
      * fix comment
      
      * fix test_send_recv
      
      * fix test_send_recv
      
      * fix train with no distributed table
      
      * optimize GetDims
      4c55a602
  26. 11 4月, 2018 1 次提交
  27. 02 3月, 2018 1 次提交
  28. 12 2月, 2018 1 次提交
  29. 10 2月, 2018 2 次提交
  30. 22 12月, 2017 1 次提交
  31. 20 12月, 2017 1 次提交
  32. 08 12月, 2017 1 次提交
    • 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
  33. 01 12月, 2017 1 次提交
  34. 04 11月, 2017 1 次提交
  35. 17 10月, 2017 1 次提交