1. 07 2月, 2021 2 次提交
  2. 05 2月, 2021 2 次提交
  3. 04 2月, 2021 1 次提交
  4. 03 2月, 2021 2 次提交
    • T
      Cherry pypi 【30726】 (#30859) · 71dc03cd
      tianshuo78520a 提交于
      * add readme in whl package
      
      * fix chinese
      
      * fix encoding
      
      * del test
      71dc03cd
    • L
      [cherry-pick] Update gather_tree (#30784) · a44b65de
      liu zhengxi 提交于
      * upgrade gather_tree to core.ops (#30697)
      
      * upgrade gather_tree to core.ops
      
      * update gather_tree unittests
      
      * update gather_tree doc (#30693)
      
      * update gather_tree doc, test=document_fix
      
      * update sample code, test=document_fix
      
      * remove tensor type, test=document_fix
      a44b65de
  5. 02 2月, 2021 1 次提交
  6. 01 2月, 2021 1 次提交
  7. 29 1月, 2021 1 次提交
    • J
      Cherry pick fix acc sample code bug (#30716) · 1c7ec536
      Jiaqi Liu 提交于
      * Alias from  paddle.fluid.layers.auc to paddle.static.auc (#30206)
      
      * add alias from  fluid.layers.auc to static.auc
      
      * Update __init__.py
      
      * add auc into all list
      
      * alias acc, expose to users
      
      * add auc into 'all' list (#30310)
      
      * add auc into 'all' list
      
      * alias acc, expose to users
      
      * update sample code
      
      * fix paddle.static.acc and auc sample code bug, test=document_fix
      1c7ec536
  8. 20 1月, 2021 8 次提交
  9. 19 1月, 2021 14 次提交
  10. 18 1月, 2021 6 次提交
    • Z
      [cherry-pick] avoid calling cast twice #30528 · 2967624b
      Zhang Ting 提交于
       cherry-pick #30527 
      2967624b
    • G
      [cherry-pick]Modify the calculation logic of LambOptimizer (#29313) (#30510) · b3fa899b
      guofei 提交于
      * Modify the calculation logic of LambOptimizer (#29313)
      
      * Modify the calculation logic of LambOptimizer
      
      * Modify the calculation logic of LambOptimizer
      
      * Modify the calculation logic of LambOptimizer
      b3fa899b
    • C
      [cherry-pick] add pad and concat double grad #29549 (#30432) · 5e4d54a1
      ceci3 提交于
      * add pad and concat double grad
      
      * resolve conflict
      5e4d54a1
    • Z
      [cherry-pick] improve perfomance of cast and tril op (#30498) · de003cee
      Zhang Ting 提交于
      * add fp16 support for tril_triu op (#30186)
      
      * add VecCastCUDAKernel (#30296)
      Co-authored-by: Nfurnace <34057289+windstamp@users.noreply.github.com>
      de003cee
    • 1
      test=develop, fix fleet.metric (#30438) (#30473) · 2c3799d1
      123malin 提交于
      * test=develop, fix fleet.metrics(mse, rmse, mae)
      2c3799d1
    • P
      Cherry-pick PR 30103. Add Inplace strategy (Output reuse Input Varbase) in... · 27c2f1ea
      pangyoki 提交于
      Cherry-pick PR 30103. Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) (#30496)
      
      * 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
      27c2f1ea
  11. 15 1月, 2021 2 次提交