179 Commits

Author SHA1 Message Date
sky
e1a7840816
【Feature】fix the resolution problem for clip-vision transformer part and swim … (#3001)
* fix the resolution problem for clip-vision transformer part and swim transformer

fix the resolution problem for clip-vision transformer part and swim transformer

* adjust function name

* integrate the pading function to one

* support non 224 resolution

* fix clip patch embedding resolution problem

* fix conflict

remove the conflict checkpoint function

* Revert "fix conflict"

This reverts commit d7a7dade71ea5f9a6ac178e113dbcbd65d5a64b3.

* fix conflict

remove check resolution function
2023-10-18 20:55:37 +08:00
Yang-ChangHui
c446df9b69
【Hackathon 5th No.69】 分类大模型--人体视觉任务SOLIDER (#2995)
* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider
2023-10-18 14:46:34 +08:00
cuicheng01
e9a59678f0
update PP-HGNetV2 (#2993) 2023-10-07 16:45:16 +08:00
cuicheng01
5a28bab6d0
add hgnetv2 (#2987) 2023-09-26 23:22:48 +08:00
xiongkun
2200f30052
fix sot-slow problem (#2976)
* fix sot-slow problem

* fix format

* add comment
2023-09-18 17:27:01 +08:00
feifei-111
9bcb71ab81
Fix resnext model, split main logic with guard (#2956)
* update

* update

* update
2023-09-18 17:25:57 +08:00
zhangyubo0722
cdecc0b437
fix hgnet kwargs (#2949) 2023-09-01 23:36:58 +08:00
Tingquan Gao
0a38723196 Revert "add amp decorator and parse_batch decorator"
This reverts commit 400858834394b830cce314971f6826a1b89dab81.
2023-03-14 16:47:13 +08:00
Tingquan Gao
7865207096 Revert "revert for running"
This reverts commit 392b75b1acac742b74e808353059d0281df26dcc.
2023-03-14 16:47:13 +08:00
gaotingquan
392b75b1ac revert for running 2023-03-10 16:56:55 +08:00
gaotingquan
4008588343 add amp decorator and parse_batch decorator 2023-03-10 16:56:55 +08:00
zhangyubo0722
a5a3b0f567 Delete unnecessary files 2023-01-20 14:08:06 +08:00
zhangyubo0722
f5e8df0e63 Some modifications 2023-01-20 14:08:06 +08:00
zhangyubo0722
6994050983 add SwinTransformerV2 2023-01-20 14:08:06 +08:00
zhangyubo0722
0a56120855 add swinV1 22k weights 2023-01-20 14:07:04 +08:00
zhangyubo0722
3672d1f227 add swinV1 22k weights 2023-01-20 14:07:04 +08:00
gaotingquan
216291618c add the pretrained url 2023-01-06 20:29:07 +08:00
gaotingquan
f6df698c4f micro_block -> layer_type 2023-01-06 20:29:07 +08:00
gaotingquan
81de331e00 rename to re_parameterize() for re-parameterization nets 2023-01-06 20:29:07 +08:00
gaotingquan
d4d3d01384 support re_parameterize 2023-01-06 20:29:07 +08:00
gaotingquan
963dcb9cac support dbb module for ResNet
1. add DiverseBranchBlock module;
2. ResNet support dbb version using DiverseBranchBlock by setting micro_block="DiverseBranchBlock";
3. ResNet support official vb version by setting use_first_short_conv=False;
4. add ResNet18_dbb training config ResNet18_dbb.yaml.
2023-01-06 20:29:07 +08:00
kuizhiqing
17a4b50ae2 rm singleton 2022-12-08 10:37:49 +08:00
kuizhiqing
9d69b63c6d fix ct singleton 2022-12-07 14:14:22 +08:00
kuizhiqing
7cbc695227 use np for cpu tensor 2022-12-07 14:14:22 +08:00
kuizhiqing
19ed923799 fix typo 2022-12-07 14:14:22 +08:00
kuizhiqing
d70668cb6f fix typo 2022-12-07 14:14:22 +08:00
kuizhiqing
a37cee70bf remove global vars 2022-12-07 14:14:22 +08:00
kuizhiqing
fd4a97d144 lazy roll 2022-12-07 14:14:22 +08:00
kuizhiqing
a49e11db98 only for npu 2022-12-07 14:14:22 +08:00
kuizhiqing
20848e6abc adapt roll op for swin transformer 2022-12-07 14:14:22 +08:00
zhiqiu
f04eb47fc3 replace strided_slice 2022-11-21 11:06:22 +08:00
gaotingquan
cfab4c178a feat: add pplcnetv2_small and pplcnetv2_big 2022-11-18 13:14:37 +08:00
cuicheng01
6d42c25cf2 fix_resnet_vd_nhwc_format 2022-11-16 10:40:40 +08:00
gaotingquan
b3ab418e80 refactor: mv the init_res of net to super().__init__()
Put the calling of update_res(), stop_after(), freeze_befor() to the construction method of the parent class. And the init_net() support to call stop_after() by config of Arch.
2022-09-28 20:13:19 +08:00
gaotingquan
0160b8dd0d fix 2022-09-27 11:56:42 +08:00
HydrogenSulfate
877c8c53be correct config yaml, pp_lcnetv2_variant.py and log in&out channels in pp_lcnet_v2.py 2022-08-24 07:25:30 +00:00
HydrogenSulfate
1b5e00e82a add PP-ShiTuV2 code 2022-08-23 07:54:58 +00:00
root
2a909c306a fix: change to relative import 2022-08-19 11:40:38 +08:00
root
b1b45eaff0 fix: fix the pretrained url 2022-08-18 17:06:48 +08:00
cuicheng01
4a247f49dc update resnet.py 2022-06-13 21:04:28 +08:00
cuicheng01
c1530e1eea update pulc docs 2022-06-13 07:33:22 +00:00
littletomatodonkey
b01a79aba7
fix swin (#2004) 2022-06-09 15:08:45 +08:00
cuicheng01
f99b1ec529
Merge branch 'develop' into Add_PULC_demo 2022-06-09 11:12:06 +08:00
littletomatodonkey
4003cdb7ad
add traffic sign yaml (#1966)
* add traffic sign and vehicle attr doc and yaml
2022-06-06 13:13:50 +08:00
cuicheng01
be47e28b5e
Merge branch 'develop' into Add_PULC_demo 2022-05-31 19:12:00 +08:00
cuicheng01
4465d27ab0 update resnet&pp-lcnet 2022-05-31 11:02:40 +00:00
cuicheng01
5d9d2395e2 update resnet&pp-lcnet 2022-05-31 10:55:57 +00:00
cuicheng01
ee5121a365
Merge branch 'PaddlePaddle:develop' into develop 2022-05-31 18:48:41 +08:00
Walter
0f520aaba1
Merge pull request #1968 from HydrogenSulfate/reid_update
update reid configs
2022-05-30 11:50:40 +08:00
HydrogenSulfate
aebb3f749d update reid configs 2022-05-30 11:38:10 +08:00