1. 21 1月, 2021 1 次提交
  2. 19 1月, 2021 2 次提交
  3. 18 1月, 2021 2 次提交
  4. 15 1月, 2021 2 次提交
    • 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
    • T
      Clean dockerfiles (#30401) · f090066e
      tianshuo78520a 提交于
      * clean dockerfile
      
      * clean dockerfile
      f090066e
  5. 13 1月, 2021 2 次提交
  6. 12 1月, 2021 2 次提交
  7. 11 1月, 2021 2 次提交
  8. 08 1月, 2021 2 次提交
  9. 07 1月, 2021 2 次提交
  10. 06 1月, 2021 2 次提交
  11. 31 12月, 2020 1 次提交
  12. 29 12月, 2020 1 次提交
  13. 28 12月, 2020 2 次提交
  14. 25 12月, 2020 3 次提交
  15. 24 12月, 2020 1 次提交
  16. 23 12月, 2020 2 次提交
  17. 22 12月, 2020 4 次提交
  18. 21 12月, 2020 1 次提交
  19. 20 12月, 2020 2 次提交
  20. 17 12月, 2020 2 次提交
  21. 16 12月, 2020 1 次提交
  22. 15 12月, 2020 1 次提交
    • Y
      New UT should not exceed 15s (#29492) · 2926e743
      YUNSHEN XIE 提交于
      * added UT should not exceed 15s
      
      * fix error
      
      * UT limit of 15s is the first to be executed
      
      * fix error
      
      * fix error with CI_SKIP_CPP_TEST
      
      * modfied tiemout setting
      
      * fix error
      2926e743