1. 22 1月, 2021 1 次提交
  2. 21 1月, 2021 2 次提交
  3. 20 1月, 2021 7 次提交
  4. 19 1月, 2021 6 次提交
  5. 18 1月, 2021 8 次提交
  6. 17 1月, 2021 1 次提交
  7. 15 1月, 2021 3 次提交
    • P
      Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) · 13d75736
      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
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * add inplace strategy
      
      * add elementwise_add sub
      
      * let backward op not use inplace
      
      * grad op do not use inplace
      
      * fix memory increase error and add leaf error message
      
      * delete selected_rows
      
      * change op_function
      
      * little change
      
      * solve HandleViewBetweenInputAndOutput
      
      * add unittest and leaf error message
      
      * merge view error
      
      * optimize op_function_generator format and support sum inplace op
      
      * fix format of basic_engine
      
      * fix format for framework
      
      * little change of variable wrapper
      
      * add reshape, squeeze, unsqueeze, scatter api
      
      * add relu elu tanh softmax inplace api
      
      * fix test_squeeze_op unittest
      
      * fix test_relu_op unittest
      
      * fix comment problems
      
      * delete sample code of inplace api
      
      * add reference of grad_pending_nodes in basic_engine
      
      * fix unittest name
      
      * add inplace apis into wlist
      
      * fix error message
      
      * add PADDLE_ENFORCE for set grad op twice
      
      * fix head file error
      13d75736
    • W
      perfect 'var_list' of static.load/fluid.load (#30457) · e5bb4edb
      WeiXin 提交于
      e5bb4edb
    • 1
      test=develop, fix fleet.metric (#30438) · 05f06d9a
      123malin 提交于
      * test=develop, fix fleet.metrics(mse, rmse, mae)
      05f06d9a
  8. 14 1月, 2021 3 次提交
  9. 13 1月, 2021 4 次提交
  10. 12 1月, 2021 5 次提交
    • 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
    • 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