145 Commits

Author SHA1 Message Date
Wei Shengyu
d6d5efe055
Merge pull request #1616 from JamesLim-sy/change_some_settings_for_clas_train_performance
Change some settings for clas model`s trainning performance
2022-01-25 11:29:27 +08:00
Tingquan Gao
ce166b6ced docs: fix invalid links 2022-01-17 21:14:38 +08:00
gaotingquan
1a9b1782ef fix: fix min_lr & warmup_lr 2022-01-07 11:52:30 +08:00
gaotingquan
56c72a85a1 fix: fix lr 2022-01-07 11:52:30 +08:00
gaotingquan
7a0ed6f08d rename 2022-01-07 11:52:30 +08:00
gaotingquan
a53b636829 feat: support PVTV2 2022-01-07 11:52:30 +08:00
littletomatodonkey
e0a6e5bf38
fox dist err (#1621)
* fox dist err

* fix init

* fix init
2022-01-06 09:46:52 +08:00
JamesLim-sy
f015860645 drop useless settings 2022-01-05 13:15:19 +00:00
littletomatodonkey
aea712cc87
add dist of rec model (#1574)
* add distillation loss func and rec distillation
2022-01-05 19:25:36 +08:00
JamesLim-sy
24a51ae064 first 2022-01-04 07:20:31 +00:00
Wei Shengyu
0f35f706b6
Fix static training speed (#1590)
* fix training speed

* update config setting method
2021-12-23 11:13:51 +08:00
cuicheng01
897760f073
Merge pull request #1544 from cuicheng01/update_vit
update vit
2021-12-14 14:40:14 +08:00
cuicheng01
f5450c3d66 delete vit_huge config 2021-12-14 03:10:07 +00:00
dongshuilong
ab187e21cc fix tipc inference batch_size bug 2021-12-10 08:05:36 +00:00
cuicheng01
71abe2e9bf update PP-LCNet config 2021-12-01 04:08:38 +00:00
cuicheng01
423144c097 fix some configs 2021-11-15 07:26:58 +00:00
cuicheng01
d868a63764 Add ESNet code and pretrained models 2021-11-11 06:00:32 +00:00
gaotingquan
720c451bc4 fix: fix batch size to 64 * 4 2021-11-10 00:16:23 +08:00
gaotingquan
ba2dd01a13 refactor: deprecate MixCELoss 2021-10-27 19:47:43 +08:00
cuicheng01
ab92b397e0
Merge pull request #1300 from TingquanGao/dev/fix_config
fix: fix config
2021-10-15 15:37:19 +08:00
gaotingquan
8a5624f835 fix: fix config 2021-10-12 09:05:03 +00:00
littletomatodonkey
f8b420946c
fix cspnet (#1282)
* fix cspnet

* minor fix
2021-10-11 17:23:31 +08:00
gaotingquan
283f9fa9b6 fix: fix swin training config 2021-09-18 12:44:51 +08:00
gaotingquan
f5b32a02ea fix: fix the training configs of deit, swin, twins 2021-09-17 20:17:38 +08:00
cuicheng01
48494ec051
Merge pull request #1213 from cuicheng01/develop
Add PP-LCNet codes and configs
2021-09-17 15:29:50 +08:00
cuicheng01
d7181f6451
Merge pull request #1241 from cuicheng01/fix_Alexnet_lr_bug
fix Alexnet lr bug
2021-09-17 15:26:47 +08:00
cuicheng01
43aeb572a3 fix Alexnet lr bug 2021-09-16 08:08:41 +00:00
cuicheng01
4d1f61c407 fix Alexnet lr bug 2021-09-16 07:54:16 +00:00
cuicheng01
8e47811d99 Update PPLCNet 2021-09-13 09:29:57 +00:00
cuicheng01
9eb098a110 Update PPLCNet config 2021-09-13 09:00:39 +00:00
cuicheng01
7df35e4875 Add EfficientNet config 2021-09-13 08:12:06 +00:00
cuicheng01
4150df912e Add LCNet codes and config 2021-09-07 16:14:40 +00:00
cuicheng01
9f2aec0e03 Update mobile model configs 2021-08-18 05:08:40 +00:00
cuicheng01
9a7a377a83 Update GhostNet config 2021-08-12 08:42:07 +00:00
cuicheng01
cc55d6371b fix ResNeXt101_wsl bugs 2021-08-03 08:46:25 +00:00
Walter
f82d109524
Merge pull request #1053 from zhiqiu/dev/refine_dygraph_amp_config
refine dygraph amp config
2021-07-23 10:31:27 +08:00
littletomatodonkey
fa9221479c fix fp16 inference 2021-07-22 13:25:53 +08:00
cuicheng01
88d0d4ca9f Update Twins configs 2021-07-21 09:32:58 +00:00
root
800515b80d Update Xception65.yaml 2021-07-21 03:57:21 +00:00
zhiqiu
bb1376db45 add flags setting 2021-07-16 13:26:03 +00:00
littletomatodonkey
a9f35981e9
fix fp16 config for dyg (#1052) 2021-07-16 18:08:16 +08:00
littletomatodonkey
c2054df0e9
add r50 fp16 dyg (#1047) 2021-07-15 11:16:30 +08:00
littletomatodonkey
9d9cd3719e
add static training (#1037)
* add static training

* fix typo

* add se fp16

* rm note

* fix loader

* fix cfg
2021-07-15 10:30:07 +08:00
cuicheng01
a0941fb44a Update MixCELoss configs 2021-07-13 06:54:11 +00:00
cuicheng01
592f5b10f5 support batch mix 2021-07-13 06:38:01 +00:00
cuicheng01
68d5bb0341 Add MixNet and ReXNet configs 2021-07-09 06:20:41 +00:00
littletomatodonkey
b67b1df391
add finetune doc and fix vit typo (#996) 2021-06-30 19:59:17 +08:00
littletomatodonkey
dade4ef46b
fix class num (#989) 2021-06-29 20:28:55 +08:00
littletomatodonkey
558c2dd452 fix yaml 2021-06-29 10:42:39 +00:00
Wei Shengyu
b414737545
Merge pull request #981 from cuicheng01/develop
Update wx_group.png and  config of ResNeSt50
2021-06-29 14:31:29 +08:00