-
Notifications
You must be signed in to change notification settings - Fork 975
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
modify pretrained model link #2441
modify pretrained model link #2441
Conversation
Thanks for your contribution! |
@@ -19,7 +19,7 @@ Train: | |||
epochs_iters: 10 | |||
batch_size: 8 | |||
learning_rate: 0.0001 | |||
pretrain_weight_path: null | |||
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-L_pretrained.pdparams |
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.
原来:object365 当前:coco
@@ -19,7 +19,7 @@ Train: | |||
epochs_iters: 10 | |||
batch_size: 8 | |||
learning_rate: 0.0001 | |||
pretrain_weight_path: null | |||
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-M_pretrained.pdparams |
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.
原来:object365 当前:coco
@@ -19,7 +19,7 @@ Train: | |||
epochs_iters: 10 | |||
batch_size: 8 | |||
learning_rate: 0.0001 | |||
pretrain_weight_path: null | |||
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-S_pretrained.pdparams |
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.
原来:object365 当前:coco
@@ -19,7 +19,7 @@ Train: | |||
epochs_iters: 10 | |||
batch_size: 8 | |||
learning_rate: 0.0001 | |||
pretrain_weight_path: null | |||
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-X_pretrained.pdparams |
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.
原来:object365 当前:coco
@@ -19,7 +19,7 @@ Train: | |||
epochs_iters: 10 | |||
batch_size: 2 | |||
learning_rate: 0.001 | |||
pretrain_weight_path: null | |||
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/YOLOv3-DarkNet53_pretrained.pdparams |
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.
原始只是backbone的pretrain model:DarkNet53_pretrained.pdparams 现在:YOLOv3-DarkNet53_pretrained 这样是否对训练超参数有影响呢?
@@ -20,7 +20,7 @@ Train: | |||
epochs_iters: 20 | |||
batch_size: 32 | |||
learning_rate: 0.001 | |||
pretrain_weight_path: https://paddleclas.bj.bcebos.com/models/PP-ShiTu/PP-ShiTuV2_rec_CLIP_vit_base_pretrained.pdparams | |||
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-ShiTuV2_rec_CLIP_vit_base_pretrained.pdparams |
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.
这个预训练需要换成CLIP的预训练,当然这里可以加一个注释的一行,写上这个预训练
* modify npu predict bug (#2454) * Support serving vehicle attribute recognition pipeline (#2452) * fix bug (#2450) * add ad practise tuturial (#2465) * add ad practise tuturial * add ad practise tuturial * add ad practise tuturial * update hpip support list (#2478) * update hpip support list * optimize * update README.md hpip support list * update * fix api reference (#2475) * Doc update (#2479) * update docs * update index * modify npu models infer bug (#2474) * modify pretrained model link (#2441) * add model url for docs (#2466) * add model url for docs * update * update * update new ir blacklist for adapting paddle 3.0b2 * support serving * update: 1. change the default delimiter to space; 2. add en doc; 3. update official test dataset link; 4. fix some error in doc; * remove and append support serving * update faiss api * rm unnecessary arg in remove_index * upgrade api to save vector and id_map independently * save index_type to index_info.yaml * update doc * use index_info to cover other data except index * fix pp-yoloe-sod models train bug (#2487) * bugfix: dont pass index_type and metric_type in append_index() * fix bug where acc is always 0 during SLANet training (#2482) * fix unit to ms in benchmark csv file * update benchmark doc * [Feat][Serving] Add PP-ShiTuV2 and face recognition server apps (#2488) * Add PP-ShiTuV2 FastAPI app * Fix index_type and metric_type * Add face recognition app * Change small object detection endpoint * Fix face recognition bugs
No description provided.