gaotingquan
|
2091a59ff5
|
fix reference url
|
2023-05-17 15:19:13 +08:00 |
|
gaotingquan
|
fc9c59c4b1
|
update pretrained url
|
2023-05-17 15:19:13 +08:00 |
|
Yang Nie
|
c351dac67e
|
add tinynet
|
2023-05-06 19:04:37 +08:00 |
|
zh-hike
|
d7bd275379
|
update foundation_vit from EVA_vit_huge to EVA_vit_giant
|
2023-04-23 10:16:08 +08:00 |
|
Yang Nie
|
cdd3c3a05c
|
clear type hint
|
2023-04-19 21:21:06 +08:00 |
|
Yang Nie
|
692204eee6
|
fix code style
|
2023-04-19 21:21:06 +08:00 |
|
Yang Nie
|
deb8e98779
|
rename v2 to V2
|
2023-04-19 21:21:06 +08:00 |
|
Yang Nie
|
be6a22be18
|
add MobileViTv2
|
2023-04-19 21:21:06 +08:00 |
|
Yang Nie
|
b8a1589377
|
update data augment and init method for MobileViTv3-v2
|
2023-04-06 15:33:30 +08:00 |
|
Yang Nie
|
de4129baa6
|
update
|
2023-04-06 15:33:30 +08:00 |
|
Yang Nie
|
dc4fdba0ab
|
add MobileViTv3
|
2023-04-06 15:33:30 +08:00 |
|
Yang Nie
|
beca8b2c1b
|
add mobilenext
add cooldown config
update optimizer
fix ParamAttr & update test_tipc
fix tipc
update tipc config
remove docs of `_make_divisible`
refactor the implementation of "no weight decay"
fix model name
remove cooldown config
|
2023-04-05 00:41:19 +08:00 |
|
Yang Nie
|
e0daf82dc0
|
rename micronet_m(\d) to MicroNet_M(\d)
|
2023-04-04 20:37:22 +08:00 |
|
Yang Nie
|
8a578a083e
|
remove the comma at the end
|
2023-04-04 20:37:22 +08:00 |
|
Yang Nie
|
4962f71289
|
remove ChannelShuffle2
|
2023-04-04 20:37:22 +08:00 |
|
Yang Nie
|
a881c7a7fa
|
remove useless comments
|
2023-04-04 20:37:22 +08:00 |
|
Yang Nie
|
d76defdefc
|
fix import bug
|
2023-04-04 20:37:22 +08:00 |
|
Yang Nie
|
e262a5f64d
|
add micronet
|
2023-04-04 20:37:22 +08:00 |
|
gaotingquan
|
6fdaf94a0d
|
fix concat error when fp16
|
2023-04-04 19:49:00 +08:00 |
|
Yang Nie
|
1433161edd
|
fix typo
|
2023-04-04 18:44:44 +08:00 |
|
Yang Nie
|
a2052232e6
|
add support for CvT_21_244 , CvT_13_384 , CvT_21_384 and CvT_W24_384
|
2023-04-04 18:44:44 +08:00 |
|
Yang Nie
|
4cfd2159e5
|
rename cvt_{depth}_{size}x{size} to CvT_{depth}_{size}
|
2023-04-04 18:44:44 +08:00 |
|
Yang Nie
|
d7a1127559
|
add CvT
|
2023-04-04 18:44:44 +08:00 |
|
gaotingquan
|
5c39dfa6ba
|
rename gvt.py -> twins.py & twins-svt -> twins-alt-gvt
|
2023-03-30 17:29:49 +08:00 |
|
gaotingquan
|
0b3b621a81
|
fix concat error when fp16
|
2023-03-21 14:23:09 +08:00 |
|
gaotingquan
|
4e988692dd
|
fix concat error when fp16
|
2023-03-21 14:23:09 +08:00 |
|
Tingquan Gao
|
6aabb94d8c
|
Revert "refactor: add ClassModel to unify model forward interface"
This reverts commit 75a20ba5574340fa5742eba8e41aebe4de6c5eb8.
|
2023-03-14 16:47:13 +08:00 |
|
Tingquan Gao
|
502aead98b
|
Revert "backbone_zoo -> backbone"
This reverts commit e4a3e1bb12d73c2ad9007dfe701385f54a85e894.
|
2023-03-14 16:47:13 +08:00 |
|
Tingquan Gao
|
f91811dab9
|
Revert "use decorator to parse batch"
This reverts commit 97935164fe608435f00c317c141cea5ec4e34df2.
|
2023-03-14 16:47:13 +08:00 |
|
Tingquan Gao
|
aa52682c55
|
Revert "rm amp code from train and eval & use decorator for amp training"
This reverts commit d3941dc1e9628fa7cc83de7c3a6da3dfcd03b5de.
|
2023-03-14 16:47:13 +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 |
|
Tingquan Gao
|
876732fbcc
|
Revert "debug"
This reverts commit ac27cb1917fcf9e7cb9ce2e817cec096369facab.
|
2023-03-14 16:47:13 +08:00 |
|
gaotingquan
|
ac27cb1917
|
debug
|
2023-03-10 16:56:55 +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 |
|
gaotingquan
|
d3941dc1e9
|
rm amp code from train and eval & use decorator for amp training
|
2023-03-10 16:56:55 +08:00 |
|
gaotingquan
|
97935164fe
|
use decorator to parse batch
|
2023-03-10 16:56:55 +08:00 |
|
gaotingquan
|
e4a3e1bb12
|
backbone_zoo -> backbone
|
2023-03-10 16:56:55 +08:00 |
|
gaotingquan
|
75a20ba557
|
refactor: add ClassModel to unify model forward interface
|
2023-03-10 16:56:55 +08:00 |
|
tianyi1997
|
e0847f1800
|
Update pretrained backbone
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
74fa0cc203
|
Modify docstring
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
7c3bb2754b
|
Update files according to reviews
https://github.com/PaddlePaddle/PaddleClas/pull/2633
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
a9b8432597
|
fix: wrong base class & simplify train func
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
ac466b68da
|
Create MetaBNNeck
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
1be9c16a95
|
Update BNNeck
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
7a31d9a97f
|
fix: optimizer setting
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
21e76d08b6
|
Modify codes based on reviews
|
2023-02-28 15:01:21 +08:00 |
|
tianyi1997
|
c3fa6eca86
|
Create backbone for MetaBIN
|
2023-02-28 15:01:21 +08:00 |
|
zengshao0622
|
adb9930317
|
fix name
|
2023-02-28 14:28:23 +08:00 |
|