1. 30 1月, 2019 1 次提交
    • T
      transpiler.py code clean (#15555) · 90df7ff3
      tangwei12 提交于
      * move var strusted to vars_distributed.py, add optimizer's block name, test=develop
      
      * rename optimzier's seems complex, revert it, test=develop
      
      * replace * with details, test=develop
      90df7ff3
  2. 25 1月, 2019 1 次提交
  3. 24 1月, 2019 1 次提交
  4. 23 1月, 2019 1 次提交
  5. 08 1月, 2019 1 次提交
  6. 28 12月, 2018 1 次提交
  7. 27 12月, 2018 1 次提交
  8. 26 12月, 2018 1 次提交
  9. 18 12月, 2018 3 次提交
    • J
      add test transpiler dist test, test=develop · b2f789c6
      JiabinYang 提交于
      b2f789c6
    • D
      add ir memory optimize. (#14530) · 7cd24b13
      dzhwinter 提交于
      * follow comments. test=develop
      
      * Fix typo
      
      * fix compile error. test=develop
      
      * merge develop branch. test=develop
      
      * Remove set_equal
      
      * Polish code
      
      * Delete unused functions
      
      test=develop
      
      * polish code. test=develop
      
      * follow comment
      
      * polish code.
      
      * fix windows compile error. test=develop
      
      * fix op handle.
      
      * rerun ci. test=develop
      
      * rerun ci. test=develop
      
      * rerun macci. test=develop
      
      * polish code. test=develop
      
      * rewrite sort code. test=develop
      
      * remove unused code. test=develop
      
      * fix tests. test=develop
      
      * fix conflict. test=develop
      
      * follow comment. test=develop
      
      * merge develop branch. test=develop
      
      * fix tests. test=develop
      
      * remove ToTypeIndex. test=develop
      
      * rerun ci. test=develop
      7cd24b13
    • D
      skip_opt_set support list (#14845) · acd4b759
      dzhwinter 提交于
      * test=develop
      
      * fix tests. test=develop
      acd4b759
  10. 13 12月, 2018 1 次提交
  11. 10 12月, 2018 1 次提交
  12. 07 12月, 2018 3 次提交
  13. 06 12月, 2018 1 次提交
  14. 04 12月, 2018 1 次提交
    • T
      fix api format and example (#14686) · 6d04a9cf
      Tink_Y 提交于
      * fix api format and examples
      
      test=develop
      
      * Update executor.py
      
      test=develop
      
      * Update nn.py
      
      * Update nn.py
      
      test=develop
      
      * Update nn.py
      
      test=develop
      6d04a9cf
  15. 28 11月, 2018 1 次提交
  16. 27 11月, 2018 2 次提交
  17. 26 11月, 2018 2 次提交
    • Q
      fix some bugs · af2f5fc8
      Qiao Longfei 提交于
      af2f5fc8
    • T
      Fix save and load lookup table/optimizer vars (#14301) · 3639d99f
      tangwei12 提交于
      *  fix mkdir conflict
      
      *  fix load/save lookup tables
      
       test=develop
      
      * add lookup_table_utils
      
      * fix load optimize vars on pserver
      
      * delete lookup table utils
      
      * fix save and load lookup tables
      
      * fix load optimizer var
      
      * fix load optimizer var, test=develop
      
      * fix python 3 style, test=develop
      
      * move lookup_table_utils to contrib utils
      3639d99f
  18. 25 11月, 2018 2 次提交
  19. 17 11月, 2018 2 次提交
  20. 15 11月, 2018 1 次提交
    • S
      add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278) · 8a1eeec5
      Sylwester Fraczek 提交于
      * add is_test to pooling and activations
      
      add prop_kind support for layers activation. conv and pooling
      
      add a pass that sets is_test to true
      
      add transpiler version of is_test pass
      
      test=develop
      
      * patch test and pass
      
      test=develop
      
      * add pass to analyzer.h
      
      test=develop
      
      * add is_test attr description & pass only on mkldnn
      
      in:
      activation_op.cc
      batch_norm_op.cc
      conv_op.cc
      dropout_op.cc
      lrn_op.cc
      pool_op.cc
      sequence_pool_op.cc
      softmax_op.cc
      
      * fix is_test handling for activation pool and conv
      
      * change description of is_test for all layers again
      
      * remove GetAttr(use_mkldnn) from pass
      
      * rename correct_mkldnn_test_phase to is_test
      
      and remove dependency on MKLDNN
      test=develop
      
      * review fix magic number
      
      * two if(..)s into one
      
      * Check is_test once and pass mkldnn forward prop kind
      
      * dereference shared_ptr with * (without get())
      
      test=develop
      
      * add is_test_pass back
      
      test=develop
      8a1eeec5
  21. 11 11月, 2018 2 次提交
  22. 08 11月, 2018 3 次提交
  23. 07 11月, 2018 3 次提交
  24. 06 11月, 2018 2 次提交
  25. 02 11月, 2018 1 次提交
    • T
      [1.1] Load vars on PSERVER (#14037) · d325e668
      tangwei12 提交于
      * fix dim0 in _load_slice_up_vars
      
      * fix dim0 in _load_slice_up_vars, fix innershape in delete_var_op
      
      * Revert "fix lookuptable in reduce strategy"
      
      This reverts commit 0e722c5e
      
      * add unit test for dist
      
      * add unit test for dist, test=develop
      
      * cancel revert, test=develop
      d325e668
  26. 01 11月, 2018 1 次提交