-
Notifications
You must be signed in to change notification settings - Fork 259
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
Enhance 3.x torch algorithm entry #1779
Conversation
Signed-off-by: yuwenzho <[email protected]>
⚡ Required checks status: All passing 🟢Groups summary🟢 Code Scan Tests workflow
These checks are required after the changes to 🟢 Model Tests 3x workflow
These checks are required after the changes to 🟢 Unit Tests 3x-PyTorch workflow
These checks are required after the changes to Thank you for your contribution! 💜
|
Signed-off-by: yuwenzho <[email protected]>
Signed-off-by: yuwenzho <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: yuwenzho <[email protected]>
for more information, see https://pre-commit.ci
Type of Change
feature
API changed or not: no
Description
Add new function
preprocess_quantizer
andpostprocess_model
to reduce duplicate code and fix bug in mixed algorithms.For example:
How has this PR been tested?
CI
Dependency Change?
No