Skip to content

Commit

Permalink
fix tipc benchmark (PaddlePaddle#7762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywgz authored Feb 15, 2023
1 parent 0af9933 commit 53d7e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_tipc/benchmark_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ if [[ ${model_name} =~ "higherhrnet" ]] || [[ ${model_name} =~ "hrnet" ]] || [[
else
epoch=1
repeat=$(set_dynamic_epoch $device_num $repeat)
eval "sed -i '10c\ repeat: ${repeat}' configs/datasets/coco_detection.yml"
eval "sed -i '10c\ repeat: ${repeat}' configs/datasets/coco_instance.yml"
eval "sed -i '10c\ repeat: ${repeat}' configs/datasets/coco_detection.yml"
eval "sed -i '10c\ repeat: ${repeat}' configs/datasets/coco_instance.yml"
eval "sed -i '10c\ repeat: ${repeat}' configs/datasets/mot.yml"
fi

Expand Down

0 comments on commit 53d7e33

Please sign in to comment.