1. 12 1月, 2021 5 次提交
    • 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
    • Z
      Fix the accuracy problem of allclose op when using float64 data type in static mode. (#29890) · fb49ea38
      Zhen Wang 提交于
      * Fix the accuracy problem of allclose op when using float64 data type in static mode.
      
      * Format the code style.
      fb49ea38
    • F
      add fp16 support for tril_triu op (#30186) · 77051cc9
      furnace 提交于
      77051cc9
  2. 11 1月, 2021 10 次提交
  3. 10 1月, 2021 1 次提交
  4. 09 1月, 2021 1 次提交
    • P
      add View(reuse allocation) strategy on squeeze, unsqueeze, reshape, flatten op (#29913) · da16b33f
      pangyoki 提交于
      * add view strategy on squeeze,unsqueeze,reshape,flatten
      
      * add squeeze unittest
      
      * add unittests
      
      * use View strategy as name rather than Reuse Allacation
      
      * fix view api doc
      
      * fix format
      
      * use core.ops when input of reshape2 is Tensor
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * delete selected_rows
      
      * change op_function
      
      * little change
      
      * solve HandleViewBetweenInputAndOutput
      da16b33f
  5. 08 1月, 2021 8 次提交
  6. 07 1月, 2021 7 次提交
  7. 06 1月, 2021 8 次提交