-
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
[CodeStyle][Typos][C-[22-24]] Fix typos (Chunck
,clen
,Clas
,clas
)
#69737
Conversation
…,commericial,commiter,comparision)
…,commericial,commiter,comparision)
你的PR提交成功,感谢你对开源项目的贡献! |
test/cpp/inference/infer_ut/run.sh
Outdated
@@ -94,8 +94,8 @@ for model_name in $ocr_download_list; do | |||
download $url_prefix $model_name | |||
done | |||
|
|||
clas_download_list='LeViT' | |||
for model_name in $clas_download_list; do | |||
class_download_list='LeViT' |
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.
clas 是 PaddleClas,这里不要修改
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.
mobilnetv1 with prune op attribute
dev_class_download_list='MobileNetV1'
for model_name in $dev_class_download_list; do
url_prefix="https://paddle-qa.bj.bcebos.com/inference_model/2021-09-16/class"
download $url_prefix $model_name
done这里的class和上面的Clas不一样吗
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.
学下用 markdown,不要裸贴代码片段
一样吧,这里关系不大,clas 本就是 class 的缩写,不用动
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.
好的
Chunck
,clen
,Clas
,clas
)
_typos.toml
Outdated
clen = 'clen' | ||
Clas = 'Clas' |
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.
按照字母序插入,不要直接往后加
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.
这咋 codestyle check 都没过,跑一下 pre-commit |
PR Category
User Experience
PR Types
Devs
Description
Fix:
Chunck
clas
Undo:
clen:channel length缩写
Clas:classification缩写