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

Remove tests with save_quant_model.py #50307

Merged
merged 3 commits into from
Feb 23, 2023
Merged

Remove tests with save_quant_model.py #50307

merged 3 commits into from
Feb 23, 2023

Conversation

paulinagacek
Copy link
Contributor

PR types

Others

PR changes

Others

Describe

Remove tests with save_quant_model.py from PaddlePaddle.
There is still a lot of testing with save_quant_model.py. We want this to be thrown out as it's not further supported anyway and will stop working over time.

@paddle-bot
Copy link

paddle-bot bot commented Feb 7, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Feb 7, 2023
@paulinagacek
Copy link
Contributor Author

@wozna Could you please review?

@@ -441,28 +415,7 @@ if(LINUX AND WITH_MKLDNN)
set(QUANT2_LSTM_OPS_TO_QUANTIZE "fusion_lstm")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this var is no longer used.

save_quant_nlp_model_test(
save_quant2_model_gru ${QUANT2_GRU_MODEL_DIR}/GRU_quant_acc
${QUANT2_INT8_GRU_SAVE_PATH} ${QUANT2_GRU_OPS_TO_QUANTIZE})

set(QUANT2_INT8_LSTM_SAVE_PATH "${QUANT_INSTALL_DIR}/lstm_quant2_int8")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can move this line closer where is used to line 432.

Copy link
Contributor

@wozna wozna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paulinagacek
Copy link
Contributor Author

@kolinwei @XieYunshen could you please review and approve PR-CI-Coverage?

Copy link
Contributor

@XieYunshen XieYunshen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wozna wozna requested a review from kolinwei February 13, 2023 11:22
@wozna wozna merged commit db170b2 into PaddlePaddle:develop Feb 23, 2023
@paddle-bot
Copy link

paddle-bot bot commented Feb 23, 2023

你的PR已合入Paddle库,请关注后续测试结果。
Your PR has been merged into the repository. An official integration test will be conducted later. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers Intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants