1. 05 9月, 2019 2 次提交
  2. 04 9月, 2019 7 次提交
  3. 03 9月, 2019 5 次提交
  4. 02 9月, 2019 3 次提交
    • G
      57f0f0f2
    • J
      add padding in linear_chain_crf op (#19583) · 4a7e6deb
      JesseyXujin 提交于
      * add padding in linear_chain_crf op
      
      * modify API.spec
      
      * add linear_chain_crf_op.cc and linear_chain_crf_op.h
      
      * remove useless unit test , test=develop
      
      * modify API.spec, test=develop
      
      * remove some blanks in nn.py , test=develop
      
      * fix some bugs on nn.py and API.spec ,test=develop
      
      * fix nn.py, test=develop
      
      * fix API.spec ,test=develop
      
      * fix bug of CI test in test_linear_chain_crf_op.py
      
      * fix bug of CI test in test_linear_chain_crf_op.py, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * modify nn.py, test=develop
      
      * fix API.spec, test=develop
      
      * fix unittest bug, test=develop
      4a7e6deb
    • Z
      84c72801
  5. 01 9月, 2019 1 次提交
    • J
      [MKL-DNN] Refactoring Softmax (#19312) · cef95ee3
      Jacek Czaja 提交于
      * - First set of modifications
      
      - Compilation fixes
      
      - compilation fix
      
      - Another compilation fix
      
      - Moved AcquireSoftmaxPrimitiveDescriptor call into handler
      
      - MKL-DNN Softmax PD refactor
      
      test=develop
      
      - Compilation fix
      
      test=develop
      
      - another compilation fix
      
      - cosmetcis
      
      test=develop
      
      - Compilation fix
      
      - Fix to crash when softmax backward is created
      
      * - Fixes after review of softmax refactoring
      
      test=develop
      cef95ee3
  6. 31 8月, 2019 2 次提交
  7. 30 8月, 2019 7 次提交
    • S
      add gather_nd op and unit test (#19366) · 85914f7a
      ShenLiang 提交于
      * fixed the code for coverage
      
      * fixed the document,test=document_preview test=develop
      85914f7a
    • J
      [MKL-DNN] Fix to face model on AVX512 platforms (#19282) · ecd9f330
      Jacek Czaja 提交于
      - Refactor step 1
      
      - Compilation fix
      
      - Yet another compilation fix
      
      - Even more compilation fix
      
      - Lint fixes
      
      test=develop
      
      - Removed deprectaed PADDLE_ENFORCE occurance
      
      test=develop
      
      - Candidate fix to BN forward
      
      - Lint fixes
      
      test=develop
      
      - Refactoring in data_layout_transform
      
      - compilation fix
      
      - Another comppilation fix
      
      - Step further into darkness
      
      - Yet another compilation fix
      
      - Yet another compilation fix
      
      - missing header
      
      - compilation fix
      
      - Added MKLDNN -> Paddle conversion in fetch op
      
      test=develop
      
      - Compilation fix
      
      test=develop
      
      - Lint
      
      test=develop
      
      - Mul fix
      
      - Fix to MKLDNN MUL op and Elementwise MUL UT
      
      test=develop
      
      - Workaround for diffrent weights with groups representation Paddle vs
        MKL-DNN.
      
      test=develop
      
      - Candidate fix for 5D convolution with groups
      
      - Refactor of fix for conv3d and conv2d in fetch op
      
      test=develop
      
      - Compilation fix
      
      - Still same compilation fix
      
      - Compilation fix
      
      - Compilation fix
      
      - Reverted refactoring of fixes
      
      - Adapted test_conv2d_int8_mkldnn so it exects data in NCHW format
        not NHWC
      
      test=develop
      
      - minor fix in UT
      
      test=develop
      
      - Lint fixes
      
      test=develop
      ecd9f330
    • G
      Modify the dropout op to multi-thread (#19504) · e8405e5c
      GaoWei8 提交于
      * Modify the dropout op to multi-thread
      test=develop
      
      * define parallel
      test=develop
      e8405e5c
    • H
      Change ugly PADDLE_ENFORCE_EQ in recurrent_op.cc (#19470) · 2916caa2
      Huihuang Zheng 提交于
      test=develop
      2916caa2
    • L
      9dde5640
    • A
      Add sequence_topk_avg_pooling Op (#19442) · 5b5379b3
      Aurelius84 提交于
      * add topk_avg_pooling
      
      * refine api doc and modify api.spec test=develop
      5b5379b3
    • T
      remove unused assert.h (#19529) · 02270b3e
      Tao Luo 提交于
      test=develop
      02270b3e
  8. 29 8月, 2019 4 次提交
  9. 28 8月, 2019 3 次提交
  10. 27 8月, 2019 3 次提交
    • Y
      supports multiple NCCL communicators preserved in NCCLCommContext (#19407) · efb05ba2
      Yi Liu 提交于
      * supports multiple NCCL communicators preserved in NCCLCommContext
      test=develop
      
      * add ut for c_comm_init_all operator and fix cuda resource release problem
      test=develop
      efb05ba2
    • H
      Delete useless ex-scope in recurrent op (#19426) · 56dd7653
      Huihuang Zheng 提交于
      56dd7653
    • V
      Support Tensor input with padding for warpctc op (#19322) · 482ce818
      vincentXiyu 提交于
      * support tensor input with padding for warpctc op
      
      * merge with develop
      
      * test=develop
      
      * modified python API examples test=develop
      
      * nn.py is modified for code coverage test=develop
      
      * update documents info about warpctc op in API.spec test=develop
      
      * add test_warpctc_with_padding in test_layers test=develop
      
      * add warning log for cuda_version back to warpctc_op.cc
      
      * modify API.spec for warpctc op test=develop
      
      * modify API.spec
      
      * update warpctc test to new CompiledProgram API test=develop
      
      * modify code examples for warpctc op test=develop
      
      * modify API.spec for warpctc op test=develop
      
      * modify API.spec for warpctc op test=develop
      482ce818
  11. 26 8月, 2019 2 次提交
  12. 22 8月, 2019 1 次提交