Commit Graph

998 Commits (abbe1b85c122bd4015b2f57cfc20407b8ac0375d)

Author SHA1 Message Date
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
cuicheng01 9a7a377a83 Update GhostNet config 2021-08-12 08:42:07 +00:00
cuicheng01 2940e2a9b8
Merge pull request #1130 from cuicheng01/develop
fix resnext101_wsl pretrain url bug
2021-08-11 23:01:13 +08:00
cuicheng01 ac404c7a37
Update resnext101_wsl.py 2021-08-11 22:57:28 +08:00
weishengyu b4678fd3fa revert trainer 2021-08-10 11:27:56 +08:00
Wei Shengyu 59be8e4674
Merge branch 'release/2.2' into develop 2021-08-09 11:07:31 +08:00
weishengyu 98f38fa0f7 dbg 2021-08-08 17:53:06 +08:00
weishengyu f41b09ef7f dbg 2021-08-08 17:28:57 +08:00
weishengyu 88a72b6735 dbg 2021-08-08 15:56:57 +08:00
weishengyu 2cb3bf66dd update wrap theseus rule 2021-08-08 15:55:34 +08:00
weishengyu 1985075550 dbg 2021-08-08 15:18:28 +08:00
weishengyu ef13f8c640 modify code 2021-08-08 15:04:26 +08:00
weishengyu 6dbbf8cc17 add theseus wrapper 2021-08-08 14:57:29 +08:00
weishengyu 4f8552aa4f dbg 2021-08-08 14:32:45 +08:00
weishengyu 8211880d10 dbg 2021-08-08 14:29:07 +08:00
weishengyu 132ec21fba reverse res_dict 2021-08-08 14:27:43 +08:00
weishengyu 56c513fdc7 remove disconnect 2021-08-08 13:29:30 +08:00
weishengyu 3b62e4d401 dbg 2021-08-08 13:14:30 +08:00
weishengyu 7e1aa2d358 dbg 2021-08-08 12:58:31 +08:00
weishengyu e232a97a84 dbg 2021-08-08 02:10:17 +08:00
weishengyu 91af66dccd replace self.model() with self.forward 2021-08-08 02:05:26 +08:00
weishengyu 6c164c9e2b dbg 2021-08-08 02:02:42 +08:00
weishengyu 6ebe7f09ed add return_inter flag 2021-08-08 01:52:18 +08:00
weishengyu 9790cc517f add return_dict to trainer 2021-08-08 01:49:26 +08:00
weishengyu bba9e0dfff add vgg theseus funcs 2021-08-08 01:07:49 +08:00
weishengyu 8c1515b5db add hook 2021-08-08 00:37:53 +08:00
weishengyu 0040a973eb add save res back 2021-08-07 23:00:32 +08:00
cuicheng01 3a9e6b3179 fix ResNeXt101_wsl bugs 2021-08-03 08:48:58 +00:00
cuicheng01 cc55d6371b fix ResNeXt101_wsl bugs 2021-08-03 08:46:25 +00:00
dongshuilong d5c76eee56 mobinetv3 slim config 2021-08-02 09:41:06 +00:00
littletomatodonkey d7c55d87e0
rm unused static code (#1095) 2021-07-29 13:38:19 +08:00
Yiqun Liu 00455839f9
Add the profiler back for static training. (#1094) 2021-07-29 10:18:45 +08:00
dongshuilong 077111ef1c fix slim bugs 2021-07-28 12:43:27 +00:00
dongshuilong 4d33efee8a fix slim bugs 2021-07-28 12:18:10 +00:00
dongshuilong 0f1a59d558 add slim docs 2021-07-27 20:44:38 +08:00
dongshuilong 3703f63f04 fix slim bugs 2021-07-27 09:44:40 +00:00
gaotingquan abb5d0fdf6 fix: fix @ -> matmul 2021-07-27 04:26:21 +00:00
gaotingquan 2f666cdfc9 fix: fix @ -> matmul 2021-07-27 04:10:10 +00:00
Walter f82d109524
Merge pull request #1053 from zhiqiu/dev/refine_dygraph_amp_config
refine dygraph amp config
2021-07-23 10:31:27 +08:00
littletomatodonkey fa9221479c fix fp16 inference 2021-07-22 13:25:53 +08:00
cuicheng01 95eb232a5a Add MixNet and ReXNet configs 2021-07-22 03:38:47 +00:00
cuicheng01 da1b58840e Update levit.py 2021-07-22 03:36:04 +00:00
cuicheng01 18592f5b88 Update gvt.py 2021-07-21 13:18:03 +00:00
cuicheng01 3a8715240c Update gvt.py 2021-07-21 13:16:23 +00:00
Tingquan Gao c4d131ebd3
Update gvt.py 2021-07-21 20:50:34 +08:00
Tingquan Gao e07674603e
Update gvt.py 2021-07-21 20:50:04 +08:00
cuicheng01 e6eeb09a82 Update Twins configs 2021-07-21 09:35:58 +00:00
cuicheng01 88d0d4ca9f Update Twins configs 2021-07-21 09:32:58 +00:00
root c4fb9fd10e Update Xception65.yaml 2021-07-21 03:58:13 +00:00
root 800515b80d Update Xception65.yaml 2021-07-21 03:57:21 +00:00
zhiqiu bb1376db45 add flags setting 2021-07-16 13:26:03 +00:00
littletomatodonkey a9f35981e9
fix fp16 config for dyg (#1052) 2021-07-16 18:08:16 +08:00
littletomatodonkey 0bc5b54d19
fix opt (#1048) 2021-07-15 15:19:41 +08:00
littletomatodonkey f7ab1c2dca
Update run_dali.sh 2021-07-15 11:19:38 +08:00
littletomatodonkey c2054df0e9
add r50 fp16 dyg (#1047) 2021-07-15 11:16:30 +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
Walter 73004f78f5
add fp16 amp training and dali (#993)
* add dygraph amp train
2021-07-14 22:59:23 +08:00
Wei Shengyu 5cd7a05d68
Merge pull request #1034 from cuicheng01/develop
support load pretrain from url
2021-07-13 17:35:04 +08:00
cuicheng01 c965193f36 fix typo in cosmargin 2021-07-13 07:54:29 +00:00
cuicheng01 a0941fb44a Update MixCELoss configs 2021-07-13 06:54:11 +00:00
cuicheng01 592f5b10f5 support batch mix 2021-07-13 06:38:01 +00:00
littletomatodonkey 4af9f51088
fix windows training (#1038)
* fix windows training

* fix typo
2021-07-13 13:57:24 +08:00
cuicheng01 db46dbd8fe Update save_load.py 2021-07-12 10:35:53 +00:00
cuicheng01 0c63f64bec Update trainer.py 2021-07-12 08:06:05 +00:00
cuicheng01 f7329ddf74 support load pretrain from url 2021-07-12 07:45:44 +00:00
Walter a9039f9a29
Merge pull request #1030 from cuicheng01/develop
Add MixNet and ReXNet configs
2021-07-12 14:07:52 +08:00
cuicheng01 3c9086c270 Update levit.py 2021-07-12 03:49:37 +00:00
cuicheng01 68d5bb0341 Add MixNet and ReXNet configs 2021-07-09 06:20:41 +00:00
weishengyu e4780174d1 decorate open by with 2021-07-07 14:30:45 +08:00
cuicheng01 48ff7ec1f9
Merge branch 'PaddlePaddle:develop' into develop 2021-07-06 21:51:26 +08:00
cuicheng01 9db7262f0e fix LeViT_384 train bugs 2021-07-05 14:13:30 +00:00
dongshuilong 1b004933e1 fix resnet50_variant pretrained bugs 2021-07-05 12:16:48 +00:00
cuicheng01 f6c5625f25 Fix LeVit export_model bugs 2021-07-05 07:43:43 +00:00
Wei Shengyu 0a655a6530 Merge pull request #1000 from cuicheng01/develop
修复levit初始化bug和tnt不能export model的问题
2021-07-01 20:29:50 +08:00
dongshuilong f0af483af8 update VehicleReID model 2021-07-01 15:46:56 +08:00
cuicheng01 a6420f1cce Update tnt.py 2021-07-01 03:37:42 +00:00
cuicheng01 03a3da164b Update tnt.py 2021-07-01 03:33:27 +00:00
cuicheng01 f731ac545f fix initial bug of levit 2021-07-01 02:56:10 +00:00
littletomatodonkey b67b1df391
add finetune doc and fix vit typo (#996) 2021-06-30 19:59:17 +08:00
cuicheng01 dfb8e26923
Merge pull request #990 from cuicheng01/develop
Update vision_transformer.py
2021-06-30 14:48:47 +08:00
littletomatodonkey 0189236bb8
add support for vdl (#978)
* add support for vdl

* fix vdl eval
2021-06-30 10:52:27 +08:00
cuicheng01 f8a8c51e9f
Merge pull request #985 from RainFrost1/develop
update vehicle fine-graned classfication
2021-06-30 10:10:11 +08:00
cuicheng01 01f1314fbd fix googlenet infer 2021-06-29 14:35:26 +00:00
cuicheng01 c492e1b2a2 Update vision_transformer.py 2021-06-29 13:08:40 +00:00
littletomatodonkey dade4ef46b
fix class num (#989) 2021-06-29 20:28:55 +08:00
littletomatodonkey 89229c6246 fix trainer 2021-06-29 10:57:05 +00:00
littletomatodonkey 868ae8afbb fix rec yaml 2021-06-29 10:55:44 +00:00
littletomatodonkey 558c2dd452 fix yaml 2021-06-29 10:42:39 +00:00
littletomatodonkey 4d496f787b fix class_dim 2021-06-29 10:12:40 +00:00
dongshuilong b56e5309b5 update vehicle fine-graned classfication 2021-06-29 15:08:29 +08:00
Wei Shengyu b414737545
Merge pull request #981 from cuicheng01/develop
Update wx_group.png and  config of ResNeSt50
2021-06-29 14:31:29 +08:00
littletomatodonkey 98682410fa
add swin (#980)
* add swin transformer
2021-06-29 12:27:57 +08:00
cuicheng01 36a3572795 Update ResNeSt50_fast_1s1x64d.yaml 2021-06-29 03:29:33 +00:00
Walter 6fc9e5ad54
Merge pull request #979 from cuicheng01/develop
update new_user/ShuffleNetV2_x0_25.yaml
2021-06-29 11:05:23 +08:00
cuicheng01 8a31e4f4d7 update xception_deeplab.py pretrained url 2021-06-28 15:18:12 +00:00
cuicheng01 e233775405 Update Xception65/71 configs 2021-06-28 15:13:42 +00:00
cuicheng01 cfd4e6825b update new_user/ShuffleNetV2_x0_25.yaml 2021-06-28 08:02:54 +00:00
dongshuilong 1e1b4d0f48 fix map metric bugs 2021-06-23 13:05:47 +08:00
dongshuilong 5b3d40312b fix map minp metric bugs 2021-06-23 12:37:46 +08:00
dongshuilong 914e69676e fix reid recall metric bugs 2021-06-22 17:08:02 +08:00
cuicheng01 f40fd3e64f
Merge pull request #944 from cuicheng01/develop
Update LeViT configs
2021-06-22 16:53:41 +08:00
Tingquan Gao 24727034d8
Update whl (#871)
* Update whl

* Optimize usage of CLI args
2021-06-22 11:12:26 +08:00
Tingquan Gao 27849b7a76
Update en doc of Hubserving (#900) 2021-06-22 11:08:55 +08:00
cuicheng01 47e3936845 Remove Twins configs 2021-06-22 02:56:23 +00:00
cuicheng01 c4840fffc5 Update README and add ViT DeiT configs 2021-06-22 02:46:01 +00:00
cuicheng01 25c32c0e84
Merge branch 'PaddlePaddle:develop' into develop 2021-06-22 10:37:50 +08:00
cuicheng01 707e01aed5 Update GoogLeNetLoss 2021-06-22 01:58:03 +00:00
cuicheng01 4e154aed4f Add GoogLeNetLoss 2021-06-21 14:25:07 +00:00
cuicheng01 69a72f7be4 Update LeViT configs 2021-06-21 08:11:11 +00:00
Aurelius84 d5c1700faf support to_static for benchmark 2021-06-21 06:14:06 +00:00
cuicheng01 8246563c5a Remove expired codes 2021-06-18 11:10:29 +00:00
cuicheng01 01a8eca2d1 Update configs and README 2021-06-18 06:37:42 +00:00
Wei Shengyu 7d3dd2bb36
Merge branch 'release/2.2' into develop 2021-06-18 11:24:56 +08:00
cuicheng01 418fc90232 Update getting_started_retrieval.md 2021-06-18 02:21:39 +00:00
Felix 0fa19dca61
Update ResNet50_ReID.yaml 2021-06-17 16:33:34 +08:00
cuicheng01 6619302022 Update product and cartoonface configs 2021-06-17 03:13:48 +00:00
cuicheng01 c94796494f Update product and cartoonface configs 2021-06-17 03:12:22 +00:00
cuicheng01 cdc038887b Remove 2021-06-17 02:55:08 +00:00
cuicheng01 d5a4ad19e2 Remove 2021-06-17 02:52:15 +00:00
littletomatodonkey 215872506a
fix yaml note (#872) 2021-06-16 23:53:44 +08:00
littletomatodonkey 126cdcb4af
fix yaml note (#873) 2021-06-16 23:53:33 +08:00
Wei Shengyu 171857cc01
Merge pull request #867 from cuicheng01/develop
remove Infer mode in recognition configs
2021-06-16 22:19:15 +08:00
weishengyu e11cc5c8c1 remove useless comments 2021-06-16 22:13:32 +08:00
cuicheng01 f696bc17b4 remove Infer mode in recognition configs 2021-06-16 13:59:29 +00:00
Felix 304a451156
Update ResNet50_ReID.yaml 2021-06-16 21:34:22 +08:00
littletomatodonkey cb54c43292
add feature calc log (#864) 2021-06-16 21:12:25 +08:00
littletomatodonkey cbcda03a27
fix vehicle config (#861) 2021-06-16 19:55:06 +08:00
littletomatodonkey c01ddee14b
fix distillation and augment yaml (#851) 2021-06-16 16:36:22 +08:00
Bin Lu 83de27572a
Merge pull request #848 from Intsigstephon/develop_reg
add getting_started_retrieval.md
2021-06-16 16:22:57 +08:00
littletomatodonkey e2b4ca58c6
fix so make in windows (#849)
* fix so make in windows

* add index.exe for win

* fix doc

* fix yaml

* fix exe to dll
2021-06-16 15:43:52 +08:00
cuicheng01 7b77835c3e Update some configs and get_start docs 2021-06-16 07:16:06 +00:00
Bin Lu f057eebdf1
Create ResNet50_vd_finetune_retrieval.yaml 2021-06-16 10:51:52 +08:00
Walter 31a555266f
Merge branch 'develop_reg' into develop_reg 2021-06-15 15:56:23 +08:00
littletomatodonkey e1d53e7fef
fix logger warn (#842) 2021-06-15 14:49:49 +08:00
littletomatodonkey 70181065c6
Update config.py 2021-06-15 14:47:04 +08:00
littletomatodonkey d9911f6185
Update config.py 2021-06-15 14:39:30 +08:00
littletomatodonkey 2e6dfa4433
fix logger (#840)
* fix logger
* fix trainer for int64 on windows
2021-06-15 14:11:50 +08:00
Bin Lu e59c0efe11
Merge pull request #830 from Intsigstephon/develop_reg
retrieval metric speed up
2021-06-14 01:28:09 +08:00
littletomatodonkey 35437e2236 fix distillation model infer and export model 2021-06-13 05:01:56 +00:00
littletomatodonkey 422dd57c38
fix ce loss with label smooth (#838) 2021-06-13 00:59:15 +08:00
Wei Shengyu f9e51081bd
Merge pull request #836 from cuicheng01/develop_reg
fix some eval bugs
2021-06-12 09:59:29 +08:00
root 6dd45118c9 fix some eval bugs 2021-06-12 01:08:42 +00:00
Bin Lu 3ba4503994 Merge branch 'PaddlePaddle:develop_reg' into develop_reg 2021-06-12 08:46:00 +08:00
littletomatodonkey d49e1296d9
Update trainer.py 2021-06-12 03:54:56 +08:00
cuicheng01 d8def84624 Update model_zoo 2021-06-11 13:58:50 +00:00
cuicheng01 a5822dc65e rename LeViT yaml 2021-06-11 13:46:17 +00:00
cuicheng01 57935dc4b6 fix img process bug 2021-06-11 10:25:28 +00:00
cuicheng01 99527c023a Update Twins and LeViT configs 2021-06-11 09:30:37 +00:00
Wei Shengyu e5a02f51f9
Merge pull request #831 from cuicheng01/develop_reg
Update model_zoo train ImageNet configs
2021-06-11 17:07:08 +08:00
cuicheng01 f136ee1843
Merge branch 'develop_reg' into reg/add_twins_levit 2021-06-11 17:01:49 +08:00
cuicheng01 25cd0f9ecf
Update mv3_large_x1_0_distill_mv3_small_x1_0.yaml 2021-06-11 16:09:35 +08:00
cuicheng01 3e30e4a829
Update AlexNet.yaml 2021-06-11 16:06:26 +08:00
cuicheng01 03b0ceef0f Update model_zoo train ImageNet configs 2021-06-11 07:59:58 +00:00
Bin Lu 73c54f6b8f
Update trainer.py 2021-06-11 14:52:09 +08:00
Bin Lu 4f61f90878
Update metrics.py 2021-06-11 14:42:24 +08:00
Bin Lu d87f4f15bf Merge branch 'PaddlePaddle:develop_reg' into develop_reg 2021-06-11 14:37:55 +08:00
cuicheng01 a49a14335a
Update MV3 configs (#828) 2021-06-11 14:30:56 +08:00