Commit Graph

854 Commits (cad5ce842a6468b3ab79a8758fb2886b2e3b150b)

Author SHA1 Message Date
weishengyu 6529765a0b update pksampler 2021-09-23 19:35:35 +08:00
cuicheng01 b7bab1e648 fix googlenet avg-pool 2021-09-23 08:29:07 +00:00
cuicheng01 756b6fb3de Update GeneralRecognition_PPLCNet_x2_5.yaml 2021-09-23 06:36:12 +00:00
weishengyu af25e25640 modify format 2021-09-23 11:22:25 +08:00
cuicheng01 16985020a5 Update GeneralRecognition_PPLCNet_x2_5.yaml 2021-09-23 03:20:34 +00:00
cuicheng01 126246832b Update GeneralRecognition_PPLCNet_x2_5.yaml 2021-09-23 02:51:50 +00:00
cuicheng01 929b845b2f Update GeneralRecognition_PPLCNet_x2_5.yaml 2021-09-23 02:50:08 +00:00
cuicheng01 9245804e41 Update GeneralRecognition_LCNet_x2_5.yaml 2021-09-23 02:23:44 +00:00
cuicheng01 a37332d326 Add GeneralRecognition config 2021-09-22 12:19:16 +00:00
dongshuilong 9f2ab06ec2 add profiler 2021-09-22 08:29:44 +00:00
Tingquan Gao f91bc7ba0b
perf: add parameter validation (#1249)
When using warm up, the total epoch num must be greater than warm up epoch num. Otherwise,
there will be raising warning and warm up epoch num will be set to total epoch num.
2021-09-22 14:35:37 +08:00
weishengyu 9e97569953 update sample method 2021-09-22 14:29:33 +08:00
gaotingquan 283f9fa9b6 fix: fix swin training config 2021-09-18 12:44:51 +08:00
weishengyu f6cfa0471c dbg 2021-09-18 11:13:54 +08:00
weishengyu 7830860bbf rm writer dataset and sampler 2021-09-18 11:11:48 +08:00
Wei Shengyu 6497727bbc
Merge branch 'PaddlePaddle:develop' into develop 2021-09-18 11:04:59 +08:00
cuicheng01 862c2147a5
Merge pull request #1169 from TingquanGao/dev/fix_augmentation
fix: fix augmentation
2021-09-17 20:51:11 +08:00
gaotingquan f5b32a02ea fix: fix the training configs of deit, swin, twins 2021-09-17 20:17:38 +08:00
gaotingquan 1f8cfbd69d fix: fix augmentation
Fix RandomErasing, RandAugment to be consistent with Timm and compatible with earlier PaddleClas.
Add ColorJitter implemented by PaddleVision and TimmAutoAugment borrowed from Timm Lib.
2021-09-17 11:00:00 +00:00
cuicheng01 ef2fd19bb0
Merge pull request #1243 from RainFrost1/arcmargin
fix pact bug for circlemargin arcmargin cosmargin
2021-09-17 18:56:03 +08:00
cuicheng01 9bc2041e74
Merge pull request #1228 from TingquanGao/dev/support_pil_resize
feat: support pil resize
2021-09-17 18:54:07 +08:00
cuicheng01 ba9b708acb
Merge pull request #1174 from TingquanGao/dev/add_adamw
feat: add AdamW
2021-09-17 18:53:18 +08:00
cuicheng01 36aeefcf4c
Merge pull request #1064 from TingquanGao/dev/Support_enable_cutmix_mixup
support to enable mixup and cutmix at same time
2021-09-17 18:51:34 +08:00
gaotingquan 94433634c0 fix: fix Linear & support warmup start lr & support Cosine eta_min
Support setting warmup start lr and eta_min in Cosine.
Fix bug that Linear can not decay to end_lr when setting warmup.
2021-09-17 18:41:55 +08:00
weishengyu 0bdb16af8b add pk_sampler 2021-09-17 18:08:35 +08:00
dongshuilong bd68a9cb8b update Vehicle yamls 2021-09-17 07:42:08 +00:00
dongshuilong a9a13d5984 update Vehicle yamls 2021-09-17 07:38:21 +00: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
dongshuilong 18e1cf040b fix pact bug for circlemargin arcmargin cosmargin 2021-09-16 12:17:02 +00: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 1abbc82635
Merge pull request #1235 from RainFrost1/slim
Update MobileNetV3_large_x1_0_quantization.yaml
2021-09-15 16:01:25 +08:00
Walter 36dc2ef164
Update MobileNetV3_large_x1_0_quantization.yaml 2021-09-15 15:32:31 +08:00
littletomatodonkey 85e2407e46
fix mix training for static program (#1234) 2021-09-15 14:36:11 +08:00
gaotingquan 64c370008b feat: support pil resize
Support PIL resizse with PIL interpolation to train transformer.
Almost all vision transformer models need using PIL.Image.BICUBIC
as interpolation in resize.
2021-09-15 06:29:22 +00:00
Wei Shengyu d98b881603
Merge pull request #1208 from weisy11/fix_bug_of_theseus
dbg theseus
2021-09-15 14:04:51 +08:00
weishengyu 600067f4fc dbg 2021-09-15 11:35:49 +08:00
weishengyu e916259508 update return_res method 2021-09-15 11:03:46 +08:00
dongshuilong 94c9900ece add seed 2021-09-14 04:06:37 +00:00
Walter 74622af482
Merge pull request #1093 from RainFrost1/slim
添加slim功能
2021-09-13 19:11:43 +08:00
cuicheng01 4dc145700a
Merge pull request #1223 from cuicheng01/add_efficientnet_config
Add EfficientNet config
2021-09-13 17:42:05 +08: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 d470f34c64 Update code and docs 2021-09-13 03:18:37 +00:00
dongshuilong 8e85ef4775 update slim 2021-09-10 03:09:03 +00:00
gaotingquan b578662b32 perf: add OpSampler to support multiple ops 2021-09-08 12:53:48 +00:00
cuicheng01 4150df912e Add LCNet codes and config 2021-09-07 16:14:40 +00:00
cuicheng01 3f0b406fb2 fix tnt inference bug when bs > 1 2021-09-07 03:46:29 +00:00
weishengyu 5131956d15 dbg theseus 2021-09-06 16:18:57 +08:00
weishengyu de298b1ba2 dbg 2021-09-04 22:07:55 +08:00
weishengyu 4dc175c966 add write_hard dataset and sampler 2021-09-04 18:47:08 +08:00
weishengyu b6144fb7cf add mix dataloader and mix sampler 2021-09-04 17:11:23 +08:00
Walter ce39aea97f
Merge pull request #1187 from RainFrost1/retrieval_dataloader
fix issues when gallery == query dataset
2021-09-03 14:33:23 +08:00
dongshuilong 50f2547005 Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleClas into slim 2021-09-03 03:19:14 +00:00
dongshuilong d49657ad08 fix rec forward bug 2021-09-02 07:42:22 +00:00
littletomatodonkey 81fcc9cb72
fix label smooth bug (#1191) 2021-09-01 19:36:28 +08:00
gaotingquan 079434dc5f feat: add AdamW 2021-09-01 08:07:48 +00:00
dongshuilong 68c1b089e8 update slim for new trainer 2021-08-27 09:32:37 +00:00
dongshuilong 1a1eb3a1ae fix issues when gallery == query dataset 2021-08-27 06:25:27 +00:00
Bin Lu ec5e07da99
Merge pull request #1166 from Intsigstephon/develop
add Deephash method: DLBHC
2021-08-26 20:11:36 +08:00
Bin Lu d388d69a63
Update retrieval.py 2021-08-26 19:38:40 +08:00
dongshuilong 5d1ab55af6 Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleClas into slim 2021-08-26 11:30:56 +00:00
Walter 4103640884
Merge pull request #1186 from RainFrost1/trainer
fix loss_msg bugs
2021-08-26 17:35:26 +08:00
Bin Lu f61b531047
Update MV3_Large_1x_Aliproduct_DLBHC.yaml 2021-08-26 16:27:29 +08:00
dongshuilong c9be0fe00a fix loss_msg bugs 2021-08-26 07:13:11 +00:00
gaotingquan ae768d6aee feat: support to enable mixup and cutmix at same time 2021-08-25 11:35:11 +00:00
Bin Lu 8e0a551359
Update deephashloss.py 2021-08-25 14:34:43 +08:00
Bin Lu 9608c078af
Create MV3_Large_1x_Aliproduct_DLBHC.yaml 2021-08-25 14:09:21 +08:00
Bin Lu 3de99430c0
Update deephashloss.py 2021-08-25 14:06:54 +08:00
Bin Lu d9ca31a694
Update deephashloss.py 2021-08-25 14:04:50 +08:00
Bin Lu e732d40a45
Update deephashloss.py 2021-08-25 14:00:21 +08:00
Bin Lu 9323b1478a
Create deephashloss.py 2021-08-25 13:59:54 +08:00
Bin Lu 52663edf60
Update retrieval.py 2021-08-25 13:57:24 +08:00
Bin Lu 35d2be15dc
Merge branch 'PaddlePaddle:develop' into develop 2021-08-25 13:53:14 +08:00
cuicheng01 17a06dafdb
Merge pull request #1168 from cuicheng01/develop
Update SwinTransformer pretrained url
2021-08-25 12:34:45 +08:00
Walter 28585e08b0
Merge pull request #1164 from RainFrost1/trainer
refactor trainer
2021-08-25 12:19:06 +08:00
Bin Lu 860e4aa421
Update cosmargin.py 2021-08-24 16:20:21 +08:00
Bin Lu 5b70d442f9
Update circlemargin.py 2021-08-24 16:19:41 +08:00
dongshuilong 5bf74beb46 update according comments 2021-08-24 07:07:17 +00:00
cuicheng01 8c8153e97f Update SwinTransformer pretrained url 2021-08-24 03:22:03 +00:00
dongshuilong 15f6f58139 refactor trainer v2 2021-08-24 03:02:55 +00:00
Bin Lu c9912f0a04
Update vgg_variant.py 2021-08-24 10:53:13 +08:00
Bin Lu 34d9c8593e
Update __init__.py 2021-08-23 19:45:44 +08:00
Bin Lu a804bb02bd
Update VGG19_CIFAR10_DeepHash.yaml 2021-08-23 19:32:35 +08:00
Bin Lu 0354f44574
Update metrics.py 2021-08-23 19:29:39 +08:00
Bin Lu 2f85378bb6
Rename VGG16_CIFAR10_DeepHash.yaml to VGG19_CIFAR10_DeepHash.yaml 2021-08-23 19:23:47 +08:00
Bin Lu f878fb27e5
Update __init__.py 2021-08-23 19:19:19 +08:00
Bin Lu 581af23ac6
Update VGG16_CIFAR10_DeepHash.yaml 2021-08-23 19:08:53 +08:00
Bin Lu 26eda0efef
Update __init__.py 2021-08-23 19:08:06 +08:00
Bin Lu 0b9f0ad001
Create vgg_variant.py 2021-08-23 19:07:35 +08:00
Bin Lu d963dc17da
Update VGG16_CIFAR10_DeepHash.yaml 2021-08-23 19:06:49 +08:00
Bin Lu 865870f5f9
Update VGG16_CIFAR10_DeepHash.yaml 2021-08-23 18:53:50 +08:00
Bin Lu 23b2332e1f
Create VGG16_CIFAR10_DeepHash.yaml 2021-08-23 18:47:03 +08:00
dongshuilong ebde0e13cb refactor trainer 2021-08-22 15:10:23 +00:00
cuicheng01 fdff2de329
fix random_erasing bug (#1160) 2021-08-21 17:49:49 +08:00
cuicheng01 d21ebb85d0 fix random_erasing bug 2021-08-20 09:53:18 +00:00
Wei Shengyu 4ae4a4a903
Merge pull request #1116 from weisy11/develop
update save sub layer result
2021-08-18 14:12:43 +08:00
cuicheng01 9f2aec0e03 Update mobile model configs 2021-08-18 05:08:40 +00:00