-
Notifications
You must be signed in to change notification settings - Fork 6k
Update save inference model to support dygraph #25894
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
Merged
guoshengCS
merged 51 commits into
PaddlePaddle:develop
from
LiuChiachi:update_save_inference_model_to_support_dygraph
Aug 25, 2020
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
463359e
update save_inference_model for hapi
LiuChiachi 4709a25
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi b595db4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi db663c4
update save_inference_model to support dygraph
LiuChiachi b7850ed
fix comments
LiuChiachi 314e3e2
fix comments
LiuChiachi 2ffcddc
test=develop
LiuChiachi 196df6a
test, test=develop
LiuChiachi 6caa61b
fix dim test, test=develop
LiuChiachi c625a50
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 8f6cb8f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi c7cc35f
test, test=develop
LiuChiachi 753aef9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 86adb71
add test_export_deploy_model_dynamic
LiuChiachi 43bd7d2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 08688f5
fix unittest for hapi: save_inference_model
LiuChiachi c61da24
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 0939851
fix code style
LiuChiachi 25efe73
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi cca0c0a
accept review by guoshengCS
LiuChiachi 92ab5d9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 87aaf3c
fix coverage rate
LiuChiachi 19f5ec1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi d45488e
update doc for save_inference_model and copyright
LiuChiachi 4f6fda6
change test model back to LeNet() in test_export_deploy_model
LiuChiachi 7d3bf0f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 743f249
copy jit.save, use LeNet() to test export deploy model
LiuChiachi 103f8bf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 5777091
add return value for dygraph, and fix doc error
LiuChiachi 9d1be86
corrected the doc writing
LiuChiachi 5fef294
Delete redundant import and correct import order in sample code.
LiuChiachi 0ee2da7
remove 'fluid' and add prepare() and fit() in sample code
LiuChiachi f569de7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 5cd1d8a
correct usage of API 2.0 in sample code
LiuChiachi 1453d03
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi a4e44af
solve conflicts and change name of save_inference_model for hapi
LiuChiachi fa11228
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi ead375a
fix sample code bugs
LiuChiachi d01442d
fix code style bugs
LiuChiachi eeb08bb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 4f1223d
fix test_model.py bugs
LiuChiachi aa96150
set for_inference=True
LiuChiachi 869bc19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 26fcde3
correct usage for static.InputSpec
LiuChiachi 2d29fac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 04b2d5a
update doc for model.save
LiuChiachi 3777dc7
correct usage of API 2.0
LiuChiachi 3e6f384
Merge branch 'develop' into update_save_inference_model_to_support_dy…
LiuChiachi 9dffc17
rename param name for model.save
LiuChiachi 1e4aea5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi 92d280c
correct for_inference as training
LiuChiachi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后续需要按照我们的新目录更新下