1. 18 1月, 2021 1 次提交
    • W
      Avoid bug on 'MAC python3.5/6'. (#30485) · 18ecd433
      WeiXin 提交于
      * Avoid  bug on 'MAC python3.5/6'.
      
      * Choose the saving method according to the OS.
      
      * smaller length of '_unpack_saved_dict' for MAC OS.
      
      * add version information of Python.
      
      * Edit comment.
      18ecd433
  2. 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
  3. 16 11月, 2020 1 次提交
  4. 13 11月, 2020 1 次提交
  5. 13 10月, 2020 2 次提交
  6. 11 10月, 2020 1 次提交
  7. 23 9月, 2020 1 次提交
    • C
      Add new paddle.save/load APIs (#27331) · bb84f0e6
      Chen Weihang 提交于
      * init commit of new save/load
      
      * fix failed unittests
      
      * fix save_load_v2 unittest failed
      
      * fix failed unittest & polish doc
      
      * add tests for coverage
      
      * add more tests & move static apis
      
      * fix example code error
      
      * polish emample code
      
      * fix detail example code problem
      bb84f0e6