1. 15 1月, 2018 1 次提交
  2. 14 1月, 2018 1 次提交
    • D
      "cudnn operators change to cudnn kernel" (#6660) · 5ad1aef0
      dzhwinter 提交于
      * "unified operators"
      
      * "add CUDNN register"
      
      * "add use cudnn attribute"
      
      * "add attribute"
      
      * "test conv tranpose op"
      
      * "remove duplicated attr"
      
      * "fix op test"
      
      * "add attribute to set cudnn"
      
      * "add more log"
      
      * "need layout op register support"
      
      * "add more log"
      
      * "change GetExpectedKernelType "
      
      * "fix Get attr in conv_op"
      
      * "fix CI"
      
      * "fix tests"
      
      * "removed kernel priority fallback"
      
      * "fix CI"
      
      * "fix stack pointer bug"
      
      * "refine buggy interface"
      
      * "add const cast to save life"
      
      * "fix get_output_with_grad"
      
      * "fix op test with dataformat"
      
      * ""fix pooling
      
      * "fix pooling test"
      
      * "fix CI"
      
      * "fix with_gpu error"
      
      * "add transform needed functional check"
      
      * "fix unpack list error"
      
      * "comment out parallel.do temporary"
      
      * "fix CI"
      
      * "fix compile doc error"
      
      * "make threshold larger"
      5ad1aef0
  3. 13 1月, 2018 1 次提交
  4. 12 1月, 2018 4 次提交
  5. 11 1月, 2018 2 次提交
  6. 10 1月, 2018 8 次提交
  7. 09 1月, 2018 7 次提交
    • Y
      Add grad_op_maker for sequence_pool. · 427e4745
      yangyaming 提交于
      427e4745
    • F
      refine WhileGradOp code · fbc30215
      fengjiayi 提交于
      fbc30215
    • Y
      Test dist word2vec (#7334) · e249ad12
      Yancey 提交于
      * test dist word2vec
      
      * multiple trainers work
      e249ad12
    • Y
      Port WarpCTC Operator (#5107) · b5fda272
      Yiqun Liu 提交于
      * Add Seq2BatchFunctor, which will be used in WarpCTCOp.
      
      * Implement WrapCTCFunctor and WrapCTCKernel.
      
      * Add unittest of warpctc_op.
      
      * Modify the check_output inferface in python unittest framework to allow check a subset of outputs.
      
      * Use absolute offset lod in warpctc_op and related functors.
      
      * Refine the comments of warpctc_op.
      
      * The new python unittest supports checking a subset of the outputs, so revoke the previous change.
      
      * Rename the transform from LoDTensor to Tensor with shape [max_sequence_length, num_sequences, sequence_width] to PaddingSequenceFunctor.
      
      * Update to the newest codes.
      
      * Rename the PaddingSequenceFunctor to PaddingLoDTensorFunctor and remove the computation of dimensions out of the functos.
      b5fda272
    • F
      Update · 8f962f74
      fengjiayi 提交于
      8f962f74
    • Y
      Rename CopyFrom to Copy for tensors (#7292) · ce6dad3b
      Yu Yang 提交于
      * Rename Tensor::CopyFrom to Tensor::Copy
      
      * Fix CI
      
      * Fix compile
      ce6dad3b
    • Y
      Add document for sequence_erase_op · 7b9d5b32
      Yibing Liu 提交于
      7b9d5b32
  8. 08 1月, 2018 7 次提交
  9. 07 1月, 2018 1 次提交
  10. 05 1月, 2018 6 次提交
  11. 04 1月, 2018 2 次提交