1. 01 3月, 2021 2 次提交
  2. 26 2月, 2021 3 次提交
  3. 25 2月, 2021 2 次提交
  4. 23 2月, 2021 1 次提交
  5. 18 2月, 2021 1 次提交
  6. 25 1月, 2021 1 次提交
  7. 22 1月, 2021 2 次提交
  8. 21 1月, 2021 4 次提交
  9. 15 1月, 2021 3 次提交
  10. 14 1月, 2021 5 次提交
  11. 13 1月, 2021 9 次提交
  12. 12 1月, 2021 7 次提交
    • J
      Recompute Offload (#30233) · 75936d83
      JZ-LIANG 提交于
      75936d83
    • L
      Skip some conv2d_int8 tests in windows (#30128) · a2382986
      lidanqing 提交于
      a2382986
    • W
      Wojtuss/upgrade one dnn 2.0 (#30295) · fc42faff
      Wojciech Uss 提交于
      * upgrade oneDNN version to 2.0 master branch
      
      * - Added workarounds for new lib onednn change
      
      * fix regex
      Co-authored-by: NJacek Czaja <jacek.czaja@intel.com>
      fc42faff
    • T
      add sparse embedding & load vars for 2.0 & gloo bug fix (#30306) · 5e839e4d
      tangwei12 提交于
      * add sparse embedding & load vars for 2.0
      
      Change-Id: I36b59ed5f015189dc9d9d2e34a9357722d369f1b
      
      * fix hdfs gloo
      
      Change-Id: Ia84d579053720ad804183e54c9a04b4f031c79c6
      
      * fix gloo hdfs
      
      Change-Id: I5ab982fd483cddc10adcdef0b8aa83aca976cb9e
      
      * move loadvar/sparse embedding from incubute to static
      
      Change-Id: I57081d3545ad2efab78c72420d2162c0eacaf3a0
      5e839e4d
    • Y
      disable test_pipeline (#30204) · da3ab010
      YUNSHEN XIE 提交于
      * disable test_pipeline
      
      * fix error
      da3ab010
    • C
      fix bug of celoss when using ignore_index and reduction (#30180) · 113810c5
      chajchaj 提交于
      * fix bug of using ignore_index and reduction,test=develop
      
      * fix bug of celoss when using ignore_index and reduction, test=develop
      
      * improve performance when ignore_index=-100, test=develop
      
      * add test in test_cross_entropy_loss.py for coverage rate, test=develop
      
      * rm comment in test_cross_entropy_loss.py, test=develop
      
      * del  hard code of "float64" in python/paddle/nn/functional/loss.py, test=develop
      
      * change mask to a more simplified implementation, test=develop
      
      * del comment in python/paddle/nn/functional/loss.py, test=develop
      
      * del hard code and change mask to a more simplified implementation, test=develop
      
      * change mask to a more simplified implementation, test=develop
      
      * change mask to a more simplified implementation, test=develop
      113810c5
    • D
      fix elugradgrad test fail & error message opt (#30171) · 231501fe
      Double_V 提交于
      * fix elugradgrad test fail and error message opt
      
      * fix unitest,test=develop
      
      * Update prroi_pool_op.h
      
      fix error message
      
      * opt message,test=develop
      
      * fix ci fail,test=develop
      231501fe