1. 11 1月, 2021 1 次提交
  2. 28 12月, 2020 1 次提交
    • H
      [Cherry-pick] Cherry-pick of PR#29579 and PR#29617 (#29904) · 63939597
      Huihuang Zheng 提交于
      * [Dy2stat] Enable jit.save to Save Without Running (#29579)
      
      Enable jit.save to Save Without Running.
      
      * Modify CublasHandleHolder to Fix Random Unittest Failure. test=develop (#29617)
      
      Modify CublasHandleHolder from using PADDLE_ENFORCE_CUDA_SUCCESS to PADDLE_RETRY_CUDA_SUCCESS to fix random unittest failure. We checked that the unittest log showed CUDA allocation error at this file, which may due to GPU not enough. We fixed similar failure in the past, so we applied PADDLE_RETRY_CUDA_SUCCESS here.
      63939597
  3. 30 11月, 2020 1 次提交
    • W
      save model after jit.load (#28748) · 1476e1f9
      WeiXin 提交于
      * Changed a variable name error
      
      * Add comments
      
      * Move member functions of TranslatedLayer out of function
      
      * edit code according to review
      
      * Edit input argument of '_run_static_graph'
      
      * reset due to Segmentation fault
      
      * rename variables when stitching graph
      
      * modify code according CI
      
      * Add comments to '__i_m_p_l__'
      
      * remove blanks befor 'Get...'
      
      * edit code according to review
      
      * Add a comment to '_execution_method_creator'
      
      * Edit a comment to '_execution_method_creator'
      1476e1f9
  4. 25 11月, 2020 1 次提交
    • W
      Rename variables when use 'jit.load' (#28933) · fafadbab
      WeiXin 提交于
      * Rename variables when use 'jit.load'
      
      * Check whether the original graph contains the variable with the same name
      
      * add comment
      
      * rename output/input of op and edit unittest
      
      * modify the code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      fafadbab
  5. 23 11月, 2020 1 次提交
  6. 06 11月, 2020 1 次提交
    • W
      refine jit.save/load to add support for other method, not only forward (#28376) · b5e662f8
      WeiXin 提交于
      * refine jit.save/load to add support for other method, not only forward
      
      * refine the code based on unit tests
      
      * Add unit test for the code
      
      * Add unit test for the code
      
      * Modify the code according to the unit test
      
      * Delete useless comments, save only one info file, etc.
      
      * remove static_mode_white_list.pyc
      
      * edit the code that generate 'extra_var_info'
      b5e662f8
  7. 11 10月, 2020 1 次提交
  8. 29 9月, 2020 1 次提交
  9. 16 9月, 2020 1 次提交
  10. 11 9月, 2020 1 次提交
  11. 06 9月, 2020 1 次提交
  12. 03 9月, 2020 1 次提交
  13. 27 8月, 2020 1 次提交
  14. 21 8月, 2020 1 次提交
  15. 13 8月, 2020 1 次提交
  16. 07 8月, 2020 1 次提交
  17. 14 7月, 2020 1 次提交
    • C
      [Dy2static] Refactor ProgramTranslator save_inference_model API (#24989) · 41d22472
      Chen Weihang 提交于
      * experimental refactoring, test=develop
      
      * add TranslatedLayer & remove StaticModelRunner, test=develop
      
      * revert tracedlayer change, test=develop
      
      * fix test_mnist unittest error, test=develop
      
      * add doc & examples, test=develop
      
      * polish doc details, test=develop
      
      * add imperative.jit module, test=develop
      
      * change TranslatedLayer pos, test=develop
      
      * adjust jit module import path, test=develop
      
      * polish doc based review result
      
      * add SaveLoadConfig.separate_params to save paraams separately
      
      * add Layer.buffer support, test=develop
      
      * polish doc details based review result, test=develop
      
      * polish details baesd review comments, test=develop
      
      * add empty str check for param, test=develop
      
      * add unittests, test=develop
      
      * polish details based review comment, test=develop
      
      * remove blanks in comment, test=develop
      
      * polish doc details, test=develop
      
      * update imperative doc link, test=develop
      
      * add api attr for load, test=develop
      41d22472