-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@wozna Could you please review? |
@@ -441,28 +415,7 @@ if(LINUX AND WITH_MKLDNN) | |||
set(QUANT2_LSTM_OPS_TO_QUANTIZE "fusion_lstm") |
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.
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") |
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.
Maybe you can move this line closer where is used to line 432.
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.
LGTM
@kolinwei @XieYunshen could you please review and approve PR-CI-Coverage? |
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.
LGTM
你的PR已合入Paddle库,请关注后续测试结果。 |
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.