1. 11 9月, 2019 3 次提交
    • Y
      Implement the GPU kernel of fc operator (#19687) · a65c728e
      Yiqun Liu 提交于
      * Refine the codes related to fc op.
      
      * Add GPU implementation for fc functor.
      
      * Apply fc_fuse_pass in GPU inference.
      test=develop
      
      * Change the cmake for fc op.
      
      * Change PADDLE_ENFORCE to PADDLE_ENFORCE_EQ.
      
      * Add an attribute to set the activation type in fc_op.
      
      * Enhance the unittest of fc_op.
      test=develop
      
      * Remove the declaration of FCOpGrad back to the header file.
      test=develop
      
      * Set default value for newly added arguments in test_fc_op.
      test=develop
      a65c728e
    • A
      Remove constraint that last dimension is forced to be 1 in huber_loss op (#19562) · 22301115
      Aurelius84 提交于
      * Remove constraint that last dimension is forced to be 1 in huber_loss
      test=develop
      
      * add y[rank-1] == 1 when x_rank=y_rank test=develop
      
      * modify into contain_unknown_dim test=develop
      22301115
    • T
      paddle::framework::vectorize() templatization (#19730) · ec9bc1bd
      Tao Luo 提交于
      remove unused accuracy-diff warpctc-cudnn implementation
      
      test=develop
      ec9bc1bd
  2. 10 9月, 2019 4 次提交
    • A
      MKLDNN handler cleanup (#19713) · 428b2b9e
      Adam 提交于
      * MKLDNN handler cleanup
      
      * MKLDNN handler cleanup
      test=develop
      428b2b9e
    • Z
      1c25c88a
    • W
      merge empty lod tensor, test=develop (#19228) · 25dcd74d
      wangguanzhong 提交于
      * merge_empty_lod_tensor, test=develop
      
      * fix multiclass_nms, test=develop
      
      * refine API.spec, test=develop
      
      * add unittest case for fetch, test=develop
      
      * add lod tensor test, test=develop
      
      * return index for multiclass_nms, test=develop
      
      * add api for multiclass_nms2
      
      * update API.spc, test=develop
      
      * refine api doc, test=develop
      
      * fix test_detection.py, test=develop
      
      * polish code, test=develop
      
      * add more unittest case, test=develop
      25dcd74d
    • Y
      fix instag op (#19591) · c6756ed2
      yaoxuefeng 提交于
      * fix instag op
      
      * fix instag bug: Some tiny logical error, occurring when ins_tag (2nd input) is multiple. test=develop
      c6756ed2
  3. 09 9月, 2019 2 次提交
  4. 08 9月, 2019 1 次提交
  5. 07 9月, 2019 1 次提交
  6. 06 9月, 2019 4 次提交
  7. 05 9月, 2019 6 次提交
  8. 04 9月, 2019 7 次提交
  9. 03 9月, 2019 5 次提交
  10. 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
  11. 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
  12. 31 8月, 2019 2 次提交
  13. 30 8月, 2019 1 次提交