Commit Graph

553 Commits (5a30b16a7b8704c8f51363480d16f3595a1fc6f8)

Author SHA1 Message Date
Sunflower7788 1cde9bce0c
rm pdmodel (#3287)
* rm pdmodel

* fix params
2024-11-05 17:19:22 +08:00
学卿 4b3503b6de
support face recgnition (#3282)
* add mobilefacenet

* exp with pplcnet on face

* support face recognition

* fix face recognition models bugs

* add face recognition README
2024-11-01 19:48:28 +08:00
Sunflower7788 f064291d6b
cls_config_fix (#3253)
* cls_config_fix

* fix flash attn
2024-09-23 15:00:04 +08:00
cuicheng01 c736f5e0f5
update attr configs (#3254) 2024-09-22 19:36:29 +08:00
Sunflower7788 ddda8b688e
add 3 new models : MV4 FasterNet StarNet (#3251) 2024-09-21 00:26:38 +08:00
changdazhou 96e1404464
update default label list for multi-label image_classification (#3240) 2024-09-19 22:13:07 +08:00
cuicheng01 094349663a
update ShiTu Rec configs (#3246) 2024-09-13 15:50:05 +08:00
cuicheng01 716fbcc574
update config for ShiTu_rec (#3245)
* update config for ShiTu_rec

* update for ShiTu_Rec
2024-09-12 18:27:01 +08:00
cuicheng01 de0f57521d
update CLIP configs for PP-ShiTuV2-rec (#3239) 2024-09-05 10:49:04 +08:00
zhouchangda 104b378828 modify ema.pdparams to pdema 2024-09-04 15:20:28 +08:00
zhouchangda 9c37234cfb update config file for multi-label image classification 2024-08-29 17:45:23 +08:00
Zheng-Bicheng 5dde31371c
Add support for custom scale and act (#3189) 2024-07-24 19:49:09 +08:00
Nyakku Shigure d6df377f44
Mark some models as rec model in yaml (#3182) 2024-07-08 17:17:53 +08:00
Tingquan Gao 00e018c18c
support FusedLinear (#3159) 2024-06-04 11:15:47 +08:00
gaotingquan 87ad22342e add use_fused_attn field 2024-05-29 11:24:48 +08:00
gaotingquan 46c1a0168c set use_fused_op False by default 2024-05-29 11:24:48 +08:00
gaotingquan 0bfed92cb2 perf:
1. use nn.GELU instead of QuickGELU
2. support FusedLinear
2024-05-29 11:24:48 +08:00
gaotingquan d8beab064d support fused attn 2024-05-29 11:24:48 +08:00
gaotingquan 40042f89fa dbg: support fused attn 2024-05-24 14:27:29 +08:00
Tingquan Gao e3aaa3cefb
support fused attn (#3131) 2024-05-16 13:33:46 +08:00
cuicheng01 d17336da37
Develop (#3047)
* add PPLCNet_x1_0_ssld.yaml
2023-11-24 21:43:43 +08:00
zhangyubo0722 adedfe603c
[WIP] add svtr (#3035)
* [WIP] add svtr

* add svtr_base and svtr_tiny
2023-11-06 19:15:55 +08:00
cuicheng01 60478c382a
remove PP-HGNetV2_B7 config (#3025) 2023-10-30 20:21:41 +08:00
Zhenming Lin 3a48f8783c
【BugFix】Fix ml-decoder bugs (#2991)
* fix bugs

* fix bugs

* fix bugs
2023-10-25 17:16:30 +08:00
cuicheng01 5a28bab6d0
add hgnetv2 (#2987) 2023-09-26 23:22:48 +08:00
Tingquan Gao fe12d63181
debug (#2934)
* debug: fix model name

* fix

* fix Infer.transforms.ResizeImage
2023-09-19 16:08:09 +08:00
zhenming lin 98935e0bb7
Add ML-Decoder Support (#2957)
* 添加ML-Decoder,并使其可以在Arch作用域下控制

* 添加MultiLabelAsymmetricLoss

* 添加MultiLabelMAP评价方式,并避免其在回合内计算,每回合计算一次,节约时间

* 添加COCO2017数据集格式转换脚本

* 添加OneCycleLR学习率调度策略

* 添加ResNet50_ml_decoder

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder preprocess

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder

* 直接从model中拉class_num参数

* fix message error

* fix message error

* 给出基于inference model预测的文档

* 融合cutout使其具有随机生成填充值的能力

* 更正变量名称

* 更新configs

* 更新README

* fix bugs

* fix bugs

* update

* update

* update
2023-09-08 16:17:35 +08:00
zhangyubo0722 ed67436647
del head_init_scale (#2947) 2023-09-01 20:15:54 +08:00
Tingquan Gao eddba911b1
modify some default hyperparams to adapt to fine-tune downstream tasks (#2921)
1. unset EMA because of the relatively small size of most downstream dataset;
2. use mean and std of IMN.
2023-08-25 22:02:21 +08:00
Bobholamovic bda65e0c87 Remove ClasModels_general_quantization.yaml 2023-06-26 14:20:38 +08:00
Bobholamovic d6137854e2 Accommodate UAPI 2023-06-26 14:20:38 +08:00
gaotingquan 07b597f56e increase bs to avoid oom 2023-06-06 11:19:01 +08:00
gaotingquan caa6393cd4 set drop_last to False in train data 2023-06-06 11:19:01 +08:00
gaotingquan 09817fe859 complete amp args 2023-05-29 19:52:09 +08:00
gaotingquan b3f7e3b974 unify comments 2023-05-29 19:52:09 +08:00
gaotingquan 0f86c55576 add amp args, use_amp=False 2023-05-29 19:52:09 +08:00
gaotingquan 80ae9079cd add clip finetune config 2023-05-26 15:40:48 +08:00
gaotingquan 74e6c8aa33 add fp32 and ampo2 ultra configs 2023-05-25 16:57:16 +08:00
gaotingquan f469dfe8d2 decrease bs 2023-05-25 16:57:16 +08:00
gaotingquan 53ac4675ad warmup 5 epochs 2023-05-25 16:57:16 +08:00
gaotingquan c2802b90aa increase bs, num_workers to speed up 2023-05-25 16:57:16 +08:00
gaotingquan b2ba6994a0 add ultra configs 2023-05-25 16:57:16 +08:00
gaotingquan a3e9e99fa0 revert: fix bs 2023-05-17 15:19:13 +08:00
gaotingquan f42d6b6204 fix name: w24 -> W24 2023-05-17 15:19:13 +08:00
gaotingquan a1fa19cd29 rename: v3 -> V3 2023-05-17 15:19:13 +08:00
gaotingquan 890f77411a fix bs and unset update_freq to adapt to 8 gpus 2023-05-17 15:19:13 +08:00
Yang Nie c351dac67e add tinynet 2023-05-06 19:04:37 +08:00
Yang Nie 0af4680f86 set num_workers 8 2023-04-19 21:21:06 +08:00
Yang Nie e7ad3909c8 update configs for 8gpus 2023-04-19 21:21:06 +08:00
Yang Nie deb8e98779 rename v2 to V2 2023-04-19 21:21:06 +08:00