zhangyubo0722
|
fdaf24ee78
|
add models
|
2022-12-22 14:54:25 +08:00 |
zhangyubo0722
|
b61da414e5
|
add uniformer lst
|
2022-12-02 19:45:59 +08:00 |
cuicheng01
|
ec2029b821
|
Add NextViT code and docs
|
2022-11-23 14:59:55 +08:00 |
HydrogenSulfate
|
7d9f4dcb59
|
change Tensor.numpy()[0] to float(Tensor) for 0-D tensor case
|
2022-11-01 14:37:11 +08:00 |
dongshuilong
|
944763d7a5
|
add fixmatch
|
2022-10-25 12:04:22 +08:00 |
gaotingquan
|
a5607e7d09
|
fix: update pretrained url
|
2022-10-18 17:48:31 +08:00 |
gaotingquan
|
defcb638c3
|
fix: update pretrained url
|
2022-10-18 17:48:31 +08:00 |
gaotingquan
|
ad3c657e39
|
fix: update VAN_tiny to VAN_B0
|
2022-10-18 17:48:31 +08:00 |
zengshao0622
|
9a01999860
|
fix cae_large
|
2022-09-13 08:05:07 +00:00 |
zengshao0622
|
90d591e410
|
update ppcls
|
2022-09-08 11:34:54 +00:00 |
zengshao0622
|
7b50ce6585
|
merge CAE
|
2022-09-08 08:11:25 +00:00 |
root
|
2a909c306a
|
fix: change to relative import
|
2022-08-19 11:40:38 +08: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
|
eb6e0d10fc
|
fix typo
|
2022-07-09 21:56:36 +08:00 |
Yang Nie
|
436f64ad84
|
Merge branch 'develop' into ConvNeXt
|
2022-07-09 21:50:31 +08:00 |
HydrogenSulfate
|
e866a217bf
|
update configs
|
2022-06-24 18:37:01 +08:00 |
cuicheng01
|
61b7b3487a
|
Merge pull request #1926 from nemonameless/fix_ShuffleNetV2_x2_0_ch
fix ShuffleNetV2 config
|
2022-06-14 10:43:43 +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 |
Walter
|
dcef409dde
|
Merge branch 'develop' into adaface
|
2022-05-27 14:19:03 +08:00 |
littletomatodonkey
|
6dac07f68d
|
fix quant logic (#1941)
* fix quant logic
* add support for trt+int8 inference
* add support for swin quant
* fix swin and quant
* fix assert info
* fix assert info
* fix log
|
2022-05-23 19:04:27 +08:00 |
dongshuilong
|
759fe41ccc
|
modify face_dataset and ir_net name issue
|
2022-05-19 02:22:17 +00:00 |
Yang Nie
|
62e06ced05
|
update
|
2022-05-16 18:00:09 +08:00 |
dongshuilong
|
32c99be6aa
|
add adaface
|
2022-05-16 03:50:35 +00:00 |
nemonameless
|
60a4269d9b
|
fix ShuffleNetV2 x2_0 stage_out_channels
|
2022-05-14 10:29:49 +00:00 |
gaotingquan
|
f04b52343f
|
fix: unable to export rep net
|
2022-05-14 14:13:25 +08:00 |
Yang Nie
|
96687d07e2
|
add PeleeNet code
|
2022-05-12 23:19:44 +08:00 |
Yang Nie
|
e61f392598
|
Merge branch 'develop' into ConvNeXt
|
2022-05-09 12:22:37 +08:00 |
dongshuilong
|
7283598041
|
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleClas into adaface
|
2022-05-06 04:50:31 +00:00 |
dongshuilong
|
bdc535bb39
|
add adaface
|
2022-05-06 04:50:26 +00:00 |
gaotingquan
|
0ba524d26b
|
update: add reference
|
2022-05-05 21:37:37 +08:00 |
flytocc
|
e1943f9a68
|
add ConvNeXt code
|
2022-04-28 00:34:48 +08:00 |
flytocc
|
7b020eb2aa
|
add paper citation
|
2022-04-19 19:45:19 +08:00 |
flytocc
|
c3018ebd39
|
add VAN-Classification code
|
2022-04-19 13:13:33 +08:00 |
cuicheng01
|
96fbbad038
|
update mobilevit.py
|
2022-04-01 09:06:46 +00:00 |
cuicheng01
|
44b9963b25
|
add mobilevit code
|
2022-04-01 08:51:42 +00:00 |
cuicheng01
|
4839915056
|
update cswin_transformer.py
|
2022-03-29 12:01:04 +00:00 |
cuicheng01
|
51e06d43f5
|
add cswin code and doc
|
2022-03-29 09:50:44 +00:00 |
Tingquan Gao
|
158c7b4e35
|
fix: fix bug that overrided eval() can't be called in distributed
The eval() overrided can't be called because model is a DataParallel object in distributed.
|
2022-03-04 16:52:57 +08:00 |
gaotingquan
|
7abf42b7a1
|
fix: rm some repvgg models not supported
remove RepVGG_B3, RepVGG_B2g2 and RepVGG_B3g2 that are not supported by PaddleClas.
|
2022-02-25 23:50:29 +08:00 |
gaotingquan
|
4619d63273
|
fix: fix the download link, etc.
fix the pretrained and inference download link;
add use_ssld arg to TNT model.
|
2022-02-25 23:50:29 +08:00 |
gaotingquan
|
56c72a85a1
|
fix: fix lr
|
2022-01-07 11:52:30 +08:00 |
gaotingquan
|
025feb6de9
|
fix: fix -1 in dims
|
2022-01-07 11:52:30 +08:00 |
gaotingquan
|
ee819393ac
|
fix: fix -1 in dims and ignore swapdim in static
|
2022-01-07 11:52:30 +08:00 |
gaotingquan
|
00fb3f7519
|
feat: support PVTV2
|
2022-01-07 11:52:30 +08:00 |
gaotingquan
|
a53b636829
|
feat: support PVTV2
|
2022-01-07 11:52:30 +08:00 |
cuicheng01
|
83d1b411c5
|
update vit
|
2021-12-10 09:56:33 +00:00 |
cuicheng01
|
5dad991c2a
|
update se_resnext_vd.py
|
2021-11-30 15:06:05 +00:00 |
gaotingquan
|
d53a06c625
|
fix: fix download link
|
2021-11-17 15:02:20 +08:00 |