1. 18 1月, 2021 6 次提交
    • 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
    • W
      3e49fdcc
  2. 15 1月, 2021 9 次提交
  3. 14 1月, 2021 14 次提交
  4. 13 1月, 2021 9 次提交
  5. 12 1月, 2021 2 次提交
    • L
      [cherry]Add callback after TensorCopy (#30123) (#30268) · 9d0a1eb4
      Leo Chen 提交于
      * change to tensor copy sync
      
      * change to tensor copy sync
      
      * make copy_to safe when use TensorCopy
      
      * refine code
      
      * add ut
      
      * add cudapinned garbagecollector
      
      * add testcase: cpu place -> cuda pinned place
      9d0a1eb4
    • C
      【Cherry-Pick】Fix device_context & Save Tensor & Gloo (#30336) · 284bae99
      Chengmo 提交于
      * Fix server.h include device_context (#30243)
      
      * fix cmake
      Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
      
      * 【Paddle.Fleet】Support local save sparse param (#30175)
      
      * add save tensor support
      Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
      
      * add sparse embedding & load vars for 2.0 & gloo bug fix (#30306)
      
      * 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
      Co-authored-by: Ntangwei12 <tangwei12@baidu.com>
      284bae99