Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.0 Save/Load API names/arguments/doc examples #27138

Commits on Sep 7, 2020

  1. Update set_dict method name & add aliases (PaddlePaddle#26700)

    * update set_dict method name & add aliases
    
    * fix var name error
    
    * fix alias formats
    
    * use set_state_dict in unittest
    
    * add decorator solve compatible problem
    
    * polish decorator
    
    * replace layer set_state_dict by patched method
    
    * remove import monkey path layer
    
    * fix import function error
    
    * add unittest for coverage
    chenwhql committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a2c70da View commit details
    Browse the repository at this point in the history
  2. Support load state dict form inference model format save result (Pa…

    …ddlePaddle#26718)
    
    * support load infer model format state dict
    
    * add unittests
    
    * remove keep name table
    
    * recolve circle inport
    
    * fix compatible problem
    
    * recover unittest
    
    * polish doc and comment
    chenwhql committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    dbdb71b View commit details
    Browse the repository at this point in the history
  3. Change jit.save/load configs to config & update code examples (Paddle…

    …Paddle#27056)
    
    * change configs to config & update examples
    
    * fix deprecate decorator conflict
    chenwhql committed Sep 7, 2020
    1 Configuration menu
    Copy the full SHA
    ac62659 View commit details
    Browse the repository at this point in the history