Commit Graph

297 Commits (fe24d676e1867c772b50e72c26caa7f35b372ec2)

Author SHA1 Message Date
gaotingquan a623851224 fix: defer update_res() calling until after the object's __init__ has completed execution 2022-10-26 16:19:06 +08:00
gaotingquan 316479d380 fix: add *args, **kwargs to init_net()
the argument may be "infer_add_softmax" used in exporting.
2022-10-26 16:19:06 +08:00
dongshuilong 944763d7a5 add fixmatch 2022-10-25 12:04:22 +08:00
HydrogenSulfate 3647da6d4a
Merge pull request #2383 from HydrogenSulfate/xbm_final
Add XBM model
2022-10-19 15:43:40 +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
HydrogenSulfate 2cfd8dd828 add xbm 2022-10-17 15:45:45 +08:00
gaotingquan b3ab418e80 refactor: mv the init_res of net to super().__init__()
Put the calling of update_res(), stop_after(), freeze_befor() to the construction method of the parent class. And the init_net() support to call stop_after() by config of Arch.
2022-09-28 20:13:19 +08:00
gaotingquan 7513c0b52f feat: support freeeze subnet
freeze subnet specified with the specified layer name by setting OutputTensor.stop_gradient=True
2022-09-28 20:13:19 +08:00
gaotingquan 0160b8dd0d fix 2022-09-27 11:56:42 +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
HydrogenSulfate feab570d09 merge develop & zoom QRCode for ShiTu APP demo 2022-08-25 11:39:32 +08:00
gaotingquan a75dc8c993 fix: fix the error that containers nesting cannot be handled.
the error would be raised when when the pattern string represents nested, e.g., containing "[3][1]".
2022-08-24 19:09:42 +08:00
HydrogenSulfate 877c8c53be correct config yaml, pp_lcnetv2_variant.py and log in&out channels in pp_lcnet_v2.py 2022-08-24 07:25:30 +00:00
HydrogenSulfate 5a4874079d fix some bugs 2022-08-23 10:59:30 +00:00
HydrogenSulfate 1b5e00e82a add PP-ShiTuV2 code 2022-08-23 07:54:58 +00:00
root 2a909c306a fix: change to relative import 2022-08-19 11:40:38 +08:00
root b1b45eaff0 fix: fix the pretrained url 2022-08-18 17:06:48 +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
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
littletomatodonkey b01a79aba7
fix swin (#2004) 2022-06-09 15:08:45 +08:00
cuicheng01 f99b1ec529
Merge branch 'develop' into Add_PULC_demo 2022-06-09 11:12:06 +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
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
cuicheng01 ee5121a365
Merge branch 'PaddlePaddle:develop' into develop 2022-05-31 18:48:41 +08: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
cuicheng01 dc651d4732
Merge branch 'PaddlePaddle:develop' into develop 2022-05-29 21:57:14 +08:00
cuicheng01 ad71254e68
Merge pull request #1960 from zhiboniu/dev_attr
support attribute infer
2022-05-27 19:22:17 +08:00
zhiboniu 7f0075e8d0 reverse to BatchNorm 2022-05-27 07:54:26 +00:00
Walter dcef409dde
Merge branch 'develop' into adaface 2022-05-27 14:19:03 +08: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
cuicheng01 c870befb86
Merge branch 'PaddlePaddle:develop' into develop 2022-05-25 10:20:56 +08:00
cuicheng01 4091592cfb
Merge pull request #1917 from zhiboniu/develop
add attribute support
2022-05-25 10:19:21 +08:00
cuicheng01 2e48a7ed7a add PPHGNet_base config 2022-05-23 16:39:58 +00:00
cuicheng01 6cb33220ea
Merge branch 'PaddlePaddle:develop' into develop 2022-05-23 23:49:48 +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