1. 14 11月, 2018 3 次提交
  2. 13 11月, 2018 1 次提交
  3. 12 11月, 2018 1 次提交
  4. 09 11月, 2018 4 次提交
  5. 08 11月, 2018 9 次提交
    • P
      remove duplicate · 41b423d4
      peizhilin 提交于
      41b423d4
    • P
      merge from develop · dcfab111
      peizhilin 提交于
      dcfab111
    • C
      Fix input<tensor> (#14208) · c5b6573a
      chengduo 提交于
      * fix input<tensor>
      test=develop
      
      * fix split_ids
      test=develop
      
      * ElementwiseMul should not support SelectedRows
      
      * fix scale op
      test=develop
      
      * change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
      
      * fix operator
      
      * refine MultiOutput
      
      * fix MultiOutput
      test=develop
      
      * disable test_dist_save_load
      test=develop
      
      * fix elementwise_op
      test=develop
      
      * add get_sparse_as_op
      test=develop
      
      * add info for check
      test=develop
      
      * rename get_sparse_as_op with extract_rows_as_op.
      test=develop
      
      * elementwise doesn't support selected_rows
      
      * fix regularizer
      
      * remove extract_rows_as
      test=develop
      
      * fix ci
      test=develop
      
      * add test for sum_op
      
      * fix regularizer
      test=develop
      
      *  test=develop
      
      * fix pserver weight decay multi inputs test=develop
      c5b6573a
    • Z
      Revert "cherry picked windows patches." · ba8b5619
      Zhaolong Xing 提交于
      ba8b5619
    • M
      Change the origin VLOG level to 10 times · 0c3227a5
      minqiyang 提交于
      Fix code to support cpplint syntax check
      
      test=develop
      0c3227a5
    • T
      add vaddbias jitcode · 5e64244f
      tensor-tang 提交于
      test=develop
      5e64244f
    • T
      combine jitcode of vscal · 3d950a81
      tensor-tang 提交于
      3d950a81
    • T
      add vscal jitcode · 03e11f3f
      tensor-tang 提交于
      03e11f3f
    • C
      Fix SelectedRowsAdd bug (#14309) · a270fdf2
      chengduo 提交于
      * fix selected_rows bug
      test=develop
      
      * refine cos_sim
      test=develop
      a270fdf2
  6. 07 11月, 2018 7 次提交
  7. 06 11月, 2018 3 次提交
  8. 05 11月, 2018 5 次提交
  9. 01 11月, 2018 4 次提交
  10. 31 10月, 2018 1 次提交
  11. 30 10月, 2018 1 次提交
  12. 29 10月, 2018 1 次提交
    • J
      Rebase of seqpool-max optimization · 458b16f4
      Jacek Czaja 提交于
      test=develop
      
      - Added rough profiling
      
      - Profiled maxpool itself
      
      - First draft of max seqpool optimization (is_test added)
      
      - Added unit tests to seqpool
      
      - Cosmetic fixes
      
      - Fix to UT of Seq pool
      
      Disabled grad checking for sequence max pool when is_test is set to True
      
      -Cosmetic fix to comment
      
      test=develop
      
      - Fix to GPU build
      
      test=develop
      
      - yet another GPU fix for sequence max pool
      
      - Fix to comment
      
      test=develop
      
      - Change to API of sequence_pool
      
      test=develop
      
      - Yet another API spec change
      
      test=develop
      458b16f4