"...git@developer.sourcefind.cn:chenpangpang/diffusers.git" did not exist on "0407c3e7d0ed844baf3c0b09d9b231d09445e5d8"
Commit 781d69bc authored by hysunflower's avatar hysunflower
Browse files

update ocr scripts for benchmark

parent dd81913f
...@@ -13,7 +13,7 @@ function _set_params(){ ...@@ -13,7 +13,7 @@ function _set_params(){
base_batch_size=${batch_size} base_batch_size=${batch_size}
mission_name="OCR" mission_name="OCR"
direction_id="0" direction_id="0"
ips_unit="instance/sec" ips_unit="images/sec"
skip_steps=2 # 解析日志,有些模型前几个step耗时长,需要跳过 (必填) skip_steps=2 # 解析日志,有些模型前几个step耗时长,需要跳过 (必填)
keyword="ips:" # 解析日志,筛选出数据所在行的关键字 (必填) keyword="ips:" # 解析日志,筛选出数据所在行的关键字 (必填)
index="1" index="1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment