Skip to content

fix model_benchmark_ci,test=document_fix #1212

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
merged 1 commit into from
Dec 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/benchmark_ci/model_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install paddlenlp
cd ${BENCHMARK_ROOT}/scripts/benchmark_ci
#model_list='ResNet50_bs32_dygraph ResNet50_bs32 bert_base_seqlen128_fp32_bs32 transformer_base_bs4096_amp_fp16 yolov3_bs8 TSM_bs16 deeplabv3_bs4 CycleGAN_bs1 mask_rcnn_bs1 PPOCR_mobile_2_bs8 seq2seq_bs128'
#test
model_list='ResNet50_bs32_dygraph ResNet50_bs32 deeplabv3_bs4 yolov3_bs8 bert_base_seqlen128_fp32_bs32'
model_list='ResNet50_bs32_dygraph deeplabv3_bs4 yolov3_bs8 bert_base_seqlen128_fp32_bs32'
source run_models.sh
for model in ${model_list}
do
Expand Down