zhangyubo0722
f5e8df0e63
Some modifications
2023-01-20 14:08:06 +08:00
zhangyubo0722
6994050983
add SwinTransformerV2
2023-01-20 14:08:06 +08:00
gaotingquan
f6df698c4f
micro_block -> layer_type
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
LittleMoon
8d57bb31cf
modified DSNet config and TIPC txt
2022-12-22 14:55:46 +08:00
LittleMoon
e069dedd7e
modified DSNet model names
2022-12-22 14:55:46 +08:00
LittleMoon
28e094e097
add docs, config, model for DSNet
2022-12-22 14:55:46 +08:00
zhangyubo0722
830852e745
modify configs
2022-12-22 14:54:25 +08:00
zhangyubo0722
98d876a1b8
modify config
2022-12-22 14:54:25 +08:00
zhangyubo0722
0140b38a80
add models
2022-12-22 14:54:25 +08:00
zhangyubo0722
b61da414e5
add uniformer lst
2022-12-02 19:45:59 +08:00
cuicheng01
5b0a47bcdf
fix NextViT config
2022-11-30 16:25:30 +08:00
cuicheng01
ec2029b821
Add NextViT code and docs
2022-11-23 14:59:55 +08:00
user3984
7ee8471dfe
add pefd
2022-11-18 14:04:07 +08:00
gaotingquan
cfab4c178a
feat: add pplcnetv2_small and pplcnetv2_big
2022-11-18 13:14:37 +08:00
user3984
996467bd14
update config and docs
2022-11-11 18:05:39 +08:00
user3984
c5884bb24f
add skd
2022-11-11 18:05:39 +08:00
cuicheng01
426de2ddb3
update RepVGG configs
2022-10-31 14:31:27 +08:00
gaotingquan
ad3c657e39
fix: update VAN_tiny to VAN_B0
2022-10-18 17:48:31 +08:00
Lixin Luo
9b12161b1d
add weighted soft labels loss function ( #2288 )
...
* add weighted soft labels loss function
add weighted soft labels loss function
* fix typo in docs/zh_CN/advanced_tutorials/knowledge_distillation.md
2022-09-14 14:23:26 +08:00
gaotingquan
a1baf3f476
fix: fix interpolation method
2022-08-24 11:26:12 +08:00
littletomatodonkey
dab99e3e88
fix config yaml ( #2214 )
2022-08-19 12:15:10 +08:00
littletomatodonkey
26207a8c77
add mgd loss ( #2161 )
...
* add mgd loss
* add init
* fix doc
2022-07-19 10:50:51 +08:00
cuicheng01
6cfdf8af5a
fix peleenet config
2022-07-15 11:39:46 +00:00
cuicheng01
84c2974d3a
fix peleenet and convnext
2022-07-14 09:59:54 +00:00
cuicheng01
1fccb35be7
Merge branch 'develop' into PeleeNet_PR
2022-07-14 10:47:06 +08:00
Yang Nie
4266b8790d
rename ConvNext
to ConvNeXt
2022-07-09 23:25:50 +08:00
Yang Nie
436f64ad84
Merge branch 'develop' into ConvNeXt
2022-07-09 21:50:31 +08:00
littletomatodonkey
14d6b7efa4
add dist algo ( #2133 )
...
* add dist_kd
* add doc
* fix some typos
2022-07-06 16:30:01 +08:00
littletomatodonkey
2b1713b603
fix udml cfg ( #2073 )
2022-06-16 14:03:37 +08:00
littletomatodonkey
a1c4bbdb8d
fix doc
2022-06-10 07:07:26 +00:00
littletomatodonkey
794af8c06f
add kd doc ( #1997 )
...
* add kd doc
* fix
* add ssld doc
* fix ssld
* fix ssld
* Update knowledge_distillation.md
* fix doc
* fix dist export
* fix
* add dist doc
* fix speed info
* Update ssld.md
* Update ssld.md
2022-06-09 14:52:50 +08:00
cuicheng01
2e48a7ed7a
add PPHGNet_base config
2022-05-23 16:39:58 +00:00
cuicheng01
94d4722b8d
Merge branch 'PaddlePaddle:develop' into develop
2022-05-23 10:15:50 +08:00
gaotingquan
683adcda46
fix: support AMP infer
2022-05-18 18:10:44 +08:00
gaotingquan
5f88903e6e
fix: -> DistributedBatchSampler
2022-05-18 18:10:44 +08:00
Yang Nie
62e06ced05
update
2022-05-16 18:00:09 +08:00
cuicheng01
ff09e310de
update res2net200_vd_distill_pphgnet_base.yaml
2022-05-13 16:15:00 +00:00
cuicheng01
ad92e521b8
add res2net200_vd_distill_pphgnet_base.yaml
2022-05-13 15:56:59 +00:00
cuicheng01
03142ea32b
Merge pull request #1919 from cuicheng01/develop
...
Add PPHGNet code
2022-05-13 17:59:53 +08:00
Yang Nie
4a54e5f70b
Update PeleeNet.yaml
2022-05-13 09:10:49 +08:00
cuicheng01
8a760fb85f
Add PPHGNet code
2022-05-12 15:53:51 +00:00
Yang Nie
96687d07e2
add PeleeNet code
2022-05-12 23:19:44 +08:00
gaotingquan
6e0900ecec
feat: add PPLCNetV2_base config
2022-05-12 14:38:17 +00:00
Yang Nie
098bc1d8b2
Merge remote-tracking branch 'upstream/develop' into ConvNeXt
2022-05-10 21:30:48 +08:00
Yang Nie
7fa948f806
rename yaml
2022-05-10 21:29:48 +08:00
Yang Nie
5b91120e1a
fix bs
2022-05-10 18:50:55 +08:00
WangChen0902
283ae9b327
add dkd ( #1888 )
...
* add dkd
* update dkd
* update dkd
* update dkd
* update dkd
* update dkd
* update dkd and add tipc
2022-05-09 22:55:01 +08:00
Yang Nie
272fda2b83
update config for 8 cards
2022-05-09 12:32:18 +08:00
Yang Nie
b334da6fad
Merge branch 'develop' into ConvNeXt
2022-05-05 14:40:46 +08:00