1. 19 8月, 2020 1 次提交
  2. 03 4月, 2020 1 次提交
    • L
      [feature] prune program by feed and fetch_list automatically (#22474) · a62599a8
      Leo Chen 提交于
      * prune train program by fetch_list, test=develop
      
      * add unittest for prune, test=develop
      
      * fix pruned feed, test=develop
      
      * support ParallelExecutor and feed prune, test=develop
      
      * add comments, test=develop
      
      * update unittest, test=develop
      
      * update unittests, test=develop
      
      * remove debug code, test=develop
      
      * support cond in clone, test=develop
      
      * support cond in prune, test=develop
      
      * support multiple minimize, test=develop
      
      * support cache, test=develop
      
      * fix _copy_param_info_from, test=develop
      
      * support python2 str, test=develop
      
      * remove debug code, test=develop
      
      * fix bug of caching CompiledProgram, test=develop
      
      * fix multi_device issue, test=develop
      
      * tmp
      
      * support tuple in fetch_list and overriding use_prune, test=develop
      
      * dont use nonlocal in python2, test=develop
      
      * remove nonlocal, test=develop
      
      * code clean, test=develop
      
      * code clean, test=develop
      
      * feed list, test=develop
      
      * test adam, test=develop
      
      * follow comments, test=develop
      
      * reduce duplicate code, test=develop
      
      * update comments, test=develop
      a62599a8
  3. 26 2月, 2020 1 次提交
  4. 20 9月, 2019 1 次提交
    • H
      Set states of recurrent op as dependent vars in prune (#19865) · e1171142
      Huihuang Zheng 提交于
      * Set states of recurrent op as dependent vars in prune of save inference model
      
      This PR will fix the save/load inference model problem of RNN models.
      
      The reason of the bug is that save_inferenc_model will prune OPs that doesn't contribute to Output. But in recurrent_op, States are not Output, OPs refers States will be pruned. 
      
      This fix adds States of recurrent_op as dependent var so that OPs referring States won't be pruned. 
      e1171142
  5. 16 9月, 2019 1 次提交
  6. 05 9月, 2019 1 次提交
  7. 18 9月, 2018 1 次提交
  8. 25 4月, 2018 1 次提交
  9. 06 3月, 2018 1 次提交
  10. 12 2月, 2018 1 次提交
  11. 10 2月, 2018 2 次提交
  12. 06 2月, 2018 3 次提交
  13. 04 2月, 2018 1 次提交
  14. 30 1月, 2018 1 次提交
  15. 27 1月, 2018 1 次提交
  16. 26 1月, 2018 2 次提交
  17. 20 12月, 2017 1 次提交
  18. 24 11月, 2017 1 次提交
  19. 28 10月, 2017 1 次提交
    • F
      Python API for inference model saving/load (#5020) · 6783dcee
      fengjiayi 提交于
      * Add `dump_to_file()` for ProgrameDescBind in pybind
      
      * Update
      
      * Add utility.py
      
      * typo
      
      * Fix bugs
      
      * Move add_feed/fetch_components to untility.py
      
      * Compelete dump
      
      * Follow comments
      
      * Change output of Prune() from inference to pointer
      
      * Expose Prune() to Python
      
      * Compelete save/load API of inference model
      
      * Fix errors
      
      * Debuging
      
      * Compelete unit tests
      
      * follow comments
      6783dcee
  20. 17 10月, 2017 3 次提交
  21. 12 10月, 2017 2 次提交