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
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
cuicheng01
6d42c25cf2
fix_resnet_vd_nhwc_format
2022-11-16 10:40:40 +08:00
root
2a909c306a
fix: change to relative import
2022-08-19 11:40:38 +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
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
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
zhiboniu
7f0075e8d0
reverse to BatchNorm
2022-05-27 07:54:26 +00:00
zhiboniu
9f049f1145
fix batchnorm2d data_format
2022-05-26 09:12:28 +00:00
zhiboniu
a4e1da6610
modify attr export model
2022-05-25 08:13:38 +00:00
zhiboniu
032c45c1d3
delete norm_decay in resnet
2022-05-18 11:58:53 +00:00
zhiboniu
50900443f3
remove strongbaseline_attr, etc...
2022-05-18 04:54:43 +00:00
zhiboniu
aa8f4c16d2
attr ma test ok
2022-05-18 04:54:43 +00:00
Walter
bd524e8a88
Merge pull request #1819 from weisy11/reid
...
复现reid-strong-baseline
2022-05-06 12:05:07 +08:00
gaotingquan
0ba524d26b
update: add reference
2022-05-05 21:37:37 +08:00
HydrogenSulfate
15a0afc67c
update code
2022-04-22 15:52:16 +08:00
HydrogenSulfate
9dde9376fb
update code
2022-04-22 15:25:11 +08:00
HydrogenSulfate
dfd7749828
refine hard code
2022-04-21 14:37:00 +08:00
weishengyu
0993147af7
dbg
2022-04-06 19:49:10 +08:00
gaotingquan
3b9f629220
feat: support specify return_stages to update_res()
2022-01-14 14:58:28 +08:00
gaotingquan
1e696ac22b
fix: remove unnecessary register_hook() call & pre-commit
2021-12-28 15:24:50 +08:00
weishengyu
e916259508
update return_res method
2021-09-15 11:03:46 +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
weishengyu
546d63d58a
dbg
2021-05-31 16:49:25 +08:00
weishengyu
c749bdf93f
replace reshape with Flatten layer in ResNet
2021-05-31 16:40:33 +08:00
dongshuilong
2fa808517d
legendary models v0.1
2021-05-31 16:01:02 +08:00
cuicheng01
0f3d321b81
Update resnet.py
2021-05-28 11:34:39 +08:00
cuicheng01
e6792d34da
Update resnet.py
2021-05-28 11:32:51 +08:00
cuicheng01
90321ce38d
Update resnet.py
2021-05-28 11:29:37 +08:00
cuicheng01
45b02b86af
Update resnet.py
2021-05-28 10:57:26 +08:00
cuicheng01
5671f9d9bb
Update resnet.py
2021-05-28 10:50:17 +08:00
cuicheng01
465a8e5fd3
Create resnet.py
2021-05-25 19:18:14 +08:00