1. 16 11月, 2018 3 次提交
    • W
      Make nce support more distribution. (#13549) · 17226782
      whs 提交于
      * Fix truncated normal.
      
      * Fix.
      
      * Make nce support more distribution.
      
      * Fix API.spec.
      
      * Fix python API.
      
      * Fix.
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix sampler.
      
      * Fix order of arguments in python API.
      test=develop
      17226782
    • W
      Add cudnn ctc loss (#12366) · b32c13dc
      Wu Yi 提交于
      * add cudnn ctc loss
      
      * wip add test test=develop
      
      * wip
      
      * wip
      
      * done test=develop
      
      * move include cudnn test=develop
      
      * test test=develop
      
      * fix build test=develop
      
      * fix build test=develop
      
      * fix build on cudnn5 test=develop
      
      * fix cudnn5 build test=develop
      
      * fix cudnn5 build test=develop
      
      * merge develop softmax functor change test=develop
      b32c13dc
    • T
      fix lrn on mac (#14426) · 64f7516a
      tensor-tang 提交于
      * rename and fix blas vsqr
      
      test=develop
      
      * update
      64f7516a
  2. 15 11月, 2018 7 次提交
    • M
      Polish code · 560b29cc
      minqiyang 提交于
      test=develop
      560b29cc
    • M
      Polish code · 21d6e8e8
      minqiyang 提交于
      test=develop
      21d6e8e8
    • M
      Fix expand grad op infer shape · 50b6e4c6
      minqiyang 提交于
      test=develop
      50b6e4c6
    • 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
    • P
      add recordio support · d1429ac4
      peizhilin 提交于
      d1429ac4
    • C
      Add selu (#14415) · 82773477
      chengduo 提交于
      * add selu
      
      * use for range
      test=develop
      
      * add API
      test=develop
      
      * follow comment
      test=develop
      
      * update API.spec
      test=develop
      82773477
    • M
      Fix expand op incorrect infer shape · 30147d7f
      minqiyang 提交于
      test=develop
      30147d7f
  3. 14 11月, 2018 7 次提交
  4. 13 11月, 2018 8 次提交
  5. 12 11月, 2018 3 次提交
  6. 09 11月, 2018 9 次提交
  7. 08 11月, 2018 3 次提交
    • 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