1. 02 4月, 2021 1 次提交
    • W
      support save/load single tensor (#31756) · 43367e4b
      WeiXin 提交于
      * support save/load single tensor
      
      * compatibility modification according to unnittest
      
      * Some python2.7 don't have 'copyreg' modules
      
      * Handle a syntax error.
      
      * Dealing with compatibility problems on Mac.
      
      * Dealing with compatibility problems on Mac.
      
      * edit unittest to improve coverage.
      
      * Modify the code according to the review comments
      
      * Reduce redundant code.
      
      * support for static graph loading dygraph state_dict
      
      * edit code according to CI
      
      * edit unittest
      
      * edit unnittest
      
      * delete redundant file
      
      * edit code according to Comments
      
      * edit english doc
      
      * edit english doc
      
      * edit English DOC.
      
      * get/set_tensor->get/set_value; return_numpy=False
      
      * get/set_tensor->get/set_value; return_numpy=False
      
      * edit unnittest
      
      * edit unnittest
      
      * polish code.
      43367e4b
  2. 23 2月, 2021 1 次提交
  3. 18 1月, 2021 2 次提交
  4. 15 1月, 2021 1 次提交
  5. 05 1月, 2021 1 次提交
    • W
      Support storage of large parameters (#29988) · f43e1d8c
      WeiXin 提交于
      * Support storage of large parameters
      
      * Reduce the complexity of the unittest
      
      * Reduce the complexity of the unittest,commented out unittest for
      
      * add unittest for static.save/load
      
      * Increase the timeout threshold of 'test_static_save_load'
      
      * Increase the timeout threshold of 'test_static_save_load'
      
      * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load'
      
      * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load'
      f43e1d8c
  6. 01 12月, 2020 1 次提交
    • Q
      update kunlun conv2d/softmax/elementwise implemetation (#29229) · 64f29fbb
      QingshuChen 提交于
      * update conv2d & softmax to new xpu api
      * test=kunlun
      
      * remove useless comments
      * test=kunlun
      
      * remote softmax xpu op
      * test=kunlun
      
      * update kunlun softmax
      * test=kunlun
      
      * update xpu unitest
      * test=kunlun
      
      * fix elementwise_grad bug for kunlun
      *test=kunlun
      64f29fbb
  7. 27 11月, 2020 1 次提交
  8. 26 11月, 2020 1 次提交
    • C
      Add static_only decorator for static apis (#29015) · d0129fcd
      Chen Weihang 提交于
      * add static_only for static api
      
      * addd static_only for class init
      
      * remove static_only for default_main_program
      
      * remove creater_parameter & startup_program
      
      * remove failed apis
      
      * revert py_func import
      
      * remove global scope
      
      * remove some api
      
      * remove cuda pinned place
      d0129fcd
  9. 25 11月, 2020 1 次提交
  10. 20 11月, 2020 1 次提交
    • Q
      adjust kunlun header file (#28536) · 30ef3815
      QingshuChen 提交于
      * adjust kunlun header file
      *test=kunlun
      
      * update kunlun unittest
      *test=kunlun
      
      * update xpu unitest
      * test = kunlun
      
      * update xpu unittest
      * test=kunlun
      
      * update xpu unitest
      * test=kunlun
      30ef3815
  11. 18 11月, 2020 1 次提交
    • S
      add two paddle-2.0 apis: paddle.static.io.save_inference_model and... · db2e6cee
      Shibo Tao 提交于
      add two paddle-2.0 apis: paddle.static.io.save_inference_model and paddle.static.io.load_inference_model (#28606)
      
      * add two apis: paddle.static.io.save_inference_model and paddle.static.io.load_inference_mode, which are campatible with paddle.fluid.io.save_inference_model and paddle.fluid.io.load_inference_model respectively.
      
      * add unittest for new save_inference_model and load_inference_model. test=develop
      
      * enhance doc. test=develop
      
      * add paddle.enable_static() to test_inference_model_io.py. test=develop
      db2e6cee
  12. 10 10月, 2020 1 次提交
  13. 22 9月, 2020 1 次提交
  14. 11 8月, 2020 1 次提交
    • P
      Paddle-2.0 API directory migration (#25898) · 2efcb481
      pangyoki 提交于
      * Directory migration, test=develop
      
      * Change imperative from paddle init to paddle framework, test=develop
      
      * Fixed jit bug, test=develop
      
      * default static mode, test=develop
      
      * fixed format and create parameter belongs to framework, test=develop
      
      * Fixed import package, test=develop
      
      * fix __init__ format, test=develop
      
      * fixed alias problem
      
      * fixed paddle.enable_imperative problems, test=develop
      
      * Add unittest
      
      * delete install_check comment
      
      * Fixed unittest timeout
      
      * fixed unittest error
      
      * move Program default_xx_program to static package
      
      * optimize unittest method
      
      * fixed framework __init__ format
      
      * fixed jit path
      
      * delete alias
      
      * move jit to paddle
      
      * Fixed unittest format
      
      * fixed paddle.default_main_program
      
      * Fixed save load API in paddle __init__.py
      
      * fixed ci paddle.imperative.to_variable
      2efcb481
  15. 30 7月, 2020 1 次提交
  16. 21 7月, 2020 1 次提交
  17. 12 6月, 2020 1 次提交
  18. 03 6月, 2020 1 次提交
  19. 14 5月, 2020 1 次提交
  20. 08 5月, 2020 2 次提交
  21. 29 4月, 2020 1 次提交
  22. 24 4月, 2020 1 次提交
  23. 21 4月, 2020 1 次提交
  24. 10 4月, 2020 1 次提交
  25. 03 3月, 2020 1 次提交
  26. 28 2月, 2020 1 次提交
  27. 23 2月, 2020 1 次提交
  28. 17 2月, 2020 1 次提交
  29. 16 2月, 2020 1 次提交
  30. 15 2月, 2020 2 次提交
  31. 13 2月, 2020 1 次提交
  32. 15 1月, 2020 1 次提交
  33. 08 1月, 2020 1 次提交
    • H
      Load inference enhance (#21919) · 9f7d90d2
      hong 提交于
      * enhance load interface; test=develop
      
      * add uni test and add comment; test=develop
      
      * fix converage; test=develop
      
      * use path.joint replace "/"; test=develop
      
      * windows debug; test=develop
      
      * fix window unitest error; test=develop
      
      * fix commet error; test=develop
      
      * add model shuffix check; test=develop
      
      * fix example error; test=develop
      9f7d90d2
  34. 20 12月, 2019 1 次提交
    • L
      Copy stop_gradient property of variable in clone (#21825) · 25e765a4
      Leo Chen 提交于
      * copy stop_gradient property in clone, test=develop
      
      * fix pruning issue, test=develop
      
      * fix kLookupTablePath issue, test=develop
      
      * sync program, test=develop
      
      * copy subblocks, test=develop
      
      * add unittests, test=develop
      25e765a4
  35. 12 12月, 2019 1 次提交
    • T
      memory leak for cpu (#21174) · 9ad940fd
      tangwei12 提交于
      * add fake init for the trainer, fix large memory hold in the trainer
      * do not merge recv vars from a remote endpoint, test=develop
      * add recv and save op, merge slice var in one op, save memory
      * remove hsigmoid with pull sparse, test=develop
      9ad940fd
  36. 29 10月, 2019 1 次提交
  37. 28 10月, 2019 1 次提交