-
Notifications
You must be signed in to change notification settings - Fork 281
decouple criterias from pruner #144
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
Closed
Closed
Conversation
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
WeiweiZhang1
commented
Nov 24, 2022
Contributor
Author
WeiweiZhang1
left a comment
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.
remove development pruner in criterias.py
WeiweiZhang1
commented
Nov 24, 2022
WeiweiZhang1
commented
Dec 1, 2022
235b4f4 to
94396ae
Compare
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Signed-off-by: Zhang, Weiwei1 <[email protected]>
ftian1
reviewed
Dec 5, 2022
ftian1
reviewed
Dec 5, 2022
ftian1
reviewed
Dec 5, 2022
ftian1
reviewed
Dec 5, 2022
ftian1
reviewed
Dec 5, 2022
ftian1
reviewed
Dec 5, 2022
examples/pytorch/object_detection/yolo_v5/pruning/pytorch_pruner/eager/README.md
Show resolved
Hide resolved
ftian1
reviewed
Dec 5, 2022
examples/pytorch/object_detection/yolo_v5/pruning/pytorch_pruner/eager/README.md
Outdated
Show resolved
Hide resolved
ftian1
reviewed
Dec 5, 2022
examples/pytorch/object_detection/yolo_v5/pruning/pytorch_pruner/eager/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Zhang, Weiwei1 <[email protected]>
6508824 to
12a27e6
Compare
Signed-off-by: Zhang, Weiwei1 <[email protected]>
Contributor
|
@WeiweiZhang1 shall you close this PR? |
VincyZhang
pushed a commit
that referenced
this pull request
Feb 12, 2023
* enable innerproduct with SparseLib * fix the executor cmake * fix bugs * fix the dst shape * add gtest * update glog in SparseLib * enhance gtest * update SparseLib include * SparseLib API change
yiliu30
pushed a commit
that referenced
this pull request
Mar 11, 2025
* [SW-199696] Supporting Dynamic Quantization (#128) * Calculating dynamic scales using nn.Modules Change-Id: I8c344ae737803b39117037edaaa3d3b9cbd09f30 * [SW-199696] Supporting Dynamic Quantization Change-Id: Ic5d6f04ec0b5032ac305e1b3097747c47250385b * Code cleanup Change-Id: I213bc7438e06bd1002775066bfb0dc6f10e8a84a * Review changes and model print issue (circular dependency fix) Change-Id: I5c41d2f9a937416ce260f55cb045c86858dd201a * removed debug code from patching_common.py * Round 2 + CI import issue Change-Id: I27dbb33de8e027fb0b726336b38156b5d23a6896 * Fixed matmul issue in QuantDynamicInput after conflict + toggle hpu graph in test * remove set_cast..
mengniwang95
pushed a commit
that referenced
this pull request
Apr 15, 2025
* [SW-199696] Supporting Dynamic Quantization (#128) * Calculating dynamic scales using nn.Modules Change-Id: I8c344ae737803b39117037edaaa3d3b9cbd09f30 * [SW-199696] Supporting Dynamic Quantization Change-Id: Ic5d6f04ec0b5032ac305e1b3097747c47250385b * Code cleanup Change-Id: I213bc7438e06bd1002775066bfb0dc6f10e8a84a * Review changes and model print issue (circular dependency fix) Change-Id: I5c41d2f9a937416ce260f55cb045c86858dd201a * removed debug code from patching_common.py * Round 2 + CI import issue Change-Id: I27dbb33de8e027fb0b726336b38156b5d23a6896 * Fixed matmul issue in QuantDynamicInput after conflict + toggle hpu graph in test * remove set_cast..
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Type of Change
architecture change、feature、bug fix and others
API not changed
Description
Adjust the pytorch-pruner architecture, decouple criterias from pruner.
Add progressive pruner.
Add Layer Minimum Sparsity Feature.
Add yolo-coco example.
detail description
JIRA ticket: https://jira.devtools.intel.com/browse/ILITV-2344
How has this PR been tested?
Pre-CI
how to reproduce the test (including hardware information)
Dependency Change?
any library dependency introduced or removed