Commit Graph

885 Commits (b2d80a7a53ecd5403b35ebf88644c4ab9206d83c)

Author SHA1 Message Date
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
cuicheng01 0764d8e3b4 Update MV3 configs 2021-06-11 06:09:51 +00:00
littletomatodonkey 061d07cd91
refine tool dir (#827)
* refine tool dir
2021-06-11 12:17:56 +08:00
Bin Lu 2323caec99
Update __init__.py 2021-06-11 10:38:17 +08:00
Bin Lu 65780c29df
Update metrics.py 2021-06-11 10:24:21 +08:00
Bin Lu 3a2f97a911
Update icartoon_dataset.py 2021-06-11 10:19:58 +08:00
jm12138 7e52686cc4 update config of models 2021-06-11 00:24:29 +08:00
jm12138 fe4e426293 update config of DLA 102 2021-06-11 00:15:38 +08:00
jm12138 d28b8607ca update code format 2021-06-11 00:14:34 +08:00
jm12138 6055b717ca add code License 2021-06-11 00:11:20 +08:00
jm12138 c40ce17aca update the configs of models 2021-06-10 23:40:29 +08:00
jm12138 33e2c673b5 add the configs of models 2021-06-10 23:35:50 +08:00
jm12138 bec1289fcd update __all__ export 2021-06-10 23:20:29 +08:00
jm12138 a950ec42b0 add the codes of TNT, HarDNet, RedNet and DLA models 2021-06-10 23:15:40 +08:00
gaotingquan 9e2a8e862a Add LeViT and Twins 2021-06-10 14:29:12 +00:00
littletomatodonkey f4f0984029
Update mv3_large_x1_0_distill_mv3_small_x1_0.yaml 2021-06-10 21:41:07 +08:00
littletomatodonkey 63cf3ba4d1
fix imread (#824)
* fix imread

* rm unused decode

* rm decode
2021-06-10 21:13:38 +08:00
Bin Lu 485b7cd2b3
Update icartoon_dataset.py 2021-06-10 20:41:22 +08:00
littletomatodonkey edec759fa2 fix reader 2021-06-10 09:19:49 +00:00
littletomatodonkey e0266b52d1 fix format 2021-06-10 09:06:43 +00:00
littletomatodonkey 21fedfe5cd fix loss 2021-06-10 09:02:50 +00:00
littletomatodonkey 024ddbd5b9 add dml 2021-06-10 08:59:42 +00:00
Wei Shengyu f8c0beeb72
remove data/imaug (#805) 2021-06-10 16:57:48 +08:00
cuicheng01 d2e50c1e70
Update __init__.py 2021-06-10 16:46:57 +08:00
cuicheng01 fcc1b857d4 fix eval_interval bugs 2021-06-10 08:40:05 +00:00
littletomatodonkey 3b4f5f4dfc
add distillation and fix some apis (#810)
* fix save load and imagenet dataset
* refine trainer
2021-06-10 16:30:05 +08:00
cuicheng01 d187ce20f3 Update legendary_models configs 2021-06-10 08:18:28 +00:00
cuicheng01 1ca24932e7 Update configs 2021-06-10 06:59:25 +00:00
cuicheng01 d7f29e9f1f
Merge branch 'develop_reg' into develop_reg 2021-06-10 13:32:07 +08:00
cuicheng01 958727f39b update resnet condigs 2021-06-10 02:59:29 +00:00
Bin Lu 63fdfce893
Update ResNet50_icartoon.yaml 2021-06-10 10:43:21 +08:00
Bin Lu d6fe8c0c1b
Update metrics.py 2021-06-10 10:41:58 +08:00
Bin Lu 9e83fb4c2f
Update metrics.py 2021-06-10 10:39:50 +08:00
dongshuilong a5755ebf1f modify vehicle docs 2021-06-09 17:24:01 +08:00
dongshuilong 3ff2f9a650 fix vehicle yaml bugs and add vehicle docs 2021-06-09 15:45:23 +08:00
Wei Shengyu 38f0f5f48c
Merge pull request #811 from cuicheng01/develop_reg
Update product configs
2021-06-09 10:45:01 +08:00
cuicheng01 1dacdfa7d0 Update product configs 2021-06-09 02:40:53 +00:00
Felix 47039c826f
Update trainer.py 2021-06-08 19:25:00 +08:00
Wei Shengyu 96c5113cb1
Merge pull request #802 from FredHuang16/patch-8
fix retrieval metrics
2021-06-08 15:18:58 +08:00
littletomatodonkey c267c4a614 fix yaml 2021-06-08 05:29:37 +00:00
littletomatodonkey c1d2febc93 Merge branch 'develop_reg' of https://github.com/PaddlePaddle/PaddleClas into reg/add_log 2021-06-08 05:23:33 +00:00
littletomatodonkey b9044c270a add standard logger 2021-06-08 05:21:53 +00:00
cuicheng01 36f4b36349 Update ImageNet configs 2021-06-08 04:11:48 +00:00
Felix 0f98709701
Update __init__.py 2021-06-08 11:51:03 +08:00
littletomatodonkey e5df00a02d
Update ResNet50.yaml 2021-06-08 11:50:45 +08:00
Felix 3e1e25afca
Update metrics.py 2021-06-08 11:48:07 +08:00
Wei Shengyu c6be2cd114
Merge pull request #801 from cuicheng01/develop_reg
update Product yaml
2021-06-08 11:39:55 +08:00
cuicheng01 adaad02550
Update ResNet50_vd_Aliproduct.yaml 2021-06-08 11:28:12 +08:00
cuicheng01 706abfba2e update Product yaml 2021-06-08 03:24:36 +00:00
Wei Shengyu a175ce5efe
Merge pull request #800 from cuicheng01/develop_reg
Add products configs
2021-06-08 10:40:03 +08:00
cuicheng01 05aa04f7d3 Add products configs 2021-06-07 11:48:18 +00:00
Felix c13fe19643
Merge branch 'develop_reg' into patch-6 2021-06-07 15:51:12 +08:00
Bin Lu e3be07b8a1
Merge pull request #796 from Intsigstephon/develop_reg
add icaroonface dataset and config file
2021-06-07 15:49:38 +08:00
Felix 1ab6bcfca8
Update ResNet50_ReID.yaml 2021-06-07 15:49:06 +08:00
Felix cb5008e3b2
Update ResNet50_ReID.yaml 2021-06-07 15:48:22 +08:00
Felix 3faf5d6824
Create ResNet50_ReID.yaml 2021-06-07 15:47:20 +08:00
Felix c4a4f02f10
Create logo_dataset.py 2021-06-07 15:45:53 +08:00
Felix 819f44db91
Update __init__.py 2021-06-07 15:45:02 +08:00
Bin Lu 75b9b6d284
Update __init__.py 2021-06-07 15:42:30 +08:00
Bin Lu 429409954a
Create icartoon_dataset.py 2021-06-07 15:41:26 +08:00
Bin Lu a442fc1d7e
Create ResNet50_icartoon.yaml 2021-06-07 15:40:09 +08:00
Felix eaf3b31577
Update circlemargin.py 2021-06-07 15:31:30 +08:00
weishengyu 25f6af99b2 fix format 2021-06-07 15:05:51 +08:00
weishengyu 296ba94c1c dbg 2021-06-07 15:05:26 +08:00
weishengyu 07089dcfe7 move identity_head to gears 2021-06-07 14:22:53 +08:00
Wei Shengyu 017b7b3a8b Merge branch 'PaddlePaddle:develop_reg' into develop_reg 2021-06-05 23:09:54 +08:00
weishengyu 934de96539 rename cam -> unique 2021-06-05 23:06:33 +08:00
dongshuilong f3f1c98943 fix yaml bugs 2021-06-05 18:33:50 +08:00
dongshuilong fa2b698ad5 fix metric bugs 2021-06-05 18:07:26 +08:00
weishengyu 91f72dcef7 dbg label 2021-06-05 17:56:40 +08:00
dongshuilong 2da31a875a fix metric issues 2021-06-05 17:49:36 +08:00
weishengyu ce43150ffe dbg 2021-06-05 17:45:31 +08:00
weishengyu 9e4a1045f0 dbg 2021-06-05 16:17:14 +08:00
weishengyu 81c864b96d dbg 2021-06-05 16:12:35 +08:00
weishengyu cd7f606a5f dbg 2021-06-05 16:02:22 +08:00
weishengyu 2a72c57e92 dbg remove same image 2021-06-05 15:56:41 +08:00
weishengyu 5597830e4c dbg camera 2021-06-05 15:35:20 +08:00
weishengyu 19be351646 dbg 2021-06-05 15:12:38 +08:00
weishengyu 35aeb598bc remove "remove" in metrics 2021-06-05 14:23:14 +08:00
weishengyu 0a8b1773ba dbg 2021-06-05 14:10:20 +08:00
weishengyu 2a0333281f dbg 2021-06-05 13:53:41 +08:00
weishengyu 1c7a23c5e7 dbg 2021-06-05 13:44:58 +08:00
weishengyu f9b4e0f0bb dbg 2021-06-05 11:36:52 +08:00
weishengyu d954f73888 remove to_tensor 2021-06-04 23:40:46 +08:00
weishengyu b48d2c7a97 dbg 2021-06-04 23:12:07 +08:00
weishengyu 9af5f0cf09 dbg 2021-06-04 22:59:46 +08:00
weishengyu 3e4af0448e add default metrics 2021-06-04 22:56:12 +08:00
weishengyu 5dc93ac013 dbg 2021-06-04 22:39:10 +08:00
weishengyu b23e72b17c add combined_metrics 2021-06-04 22:27:32 +08:00
weishengyu 4afca16def Merge branch 'develop_reg' of https://github.com/weisy11/PaddleClas into develop_reg 2021-06-04 22:19:23 +08:00
weishengyu c9f2c4742f update metric 2021-06-04 22:19:04 +08:00
weishengyu b56237dc99 update trainer 2021-06-04 21:42:23 +08:00
Wei Shengyu 7673d94ac1 Merge branch 'PaddlePaddle:develop_reg' into develop_reg 2021-06-04 21:12:20 +08:00
weishengyu ed098b3c7d modify trainer 2021-06-04 21:11:01 +08:00
Walter 0806d3f6f6
Merge branch 'develop_reg' into develop_reg 2021-06-04 17:02:01 +08:00
dongshuilong 8a8eb34d79 add vehicle neck and fix bugs 2021-06-04 16:44:24 +08:00
dongshuilong 505c9309a0 add vehicle neck 2021-06-04 14:54:34 +08:00
Walter 97cd554001
Merge pull request #780 from RainFrost1/develop_reg
add variant models
2021-06-04 11:03:39 +08:00
dongshuilong 76fcde59af add variant model example 2021-06-04 10:19:01 +08:00
Bin Lu ff232a5866
Merge pull request #779 from RainFrost1/develop_reg
Add TrainerReID
2021-06-03 21:26:39 +08:00
dongshuilong 3ef9993026 fix ReID trainer bugs 2021-06-03 20:14:45 +08:00
Felix 19a2378025
Update __init__.py 2021-06-03 19:36:26 +08:00
Felix c4a787596e
Create pairwisecosface.py 2021-06-03 19:33:43 +08:00
dongshuilong c784209355 fix ReID trainer 2021-06-03 19:24:50 +08:00
weishengyu 587b2de58c dbg 2021-06-03 15:31:18 +08:00
weishengyu 582157f209 modify format and remove loss 2021-06-03 15:23:23 +08:00
weishengyu 586af751ac rename head -> gears 2021-06-03 15:19:39 +08:00
weishengyu 55943da6d1 remove promote 2021-06-03 15:18:19 +08:00
weishengyu 69f563d234 rename losses -> loss 2021-06-03 15:17:49 +08:00
weishengyu 51f0b78bd4 move flowers to root 2021-06-03 15:16:05 +08:00
weishengyu 65f0badf14 merge dataset and sampler -> dataloader 2021-06-03 15:14:05 +08:00
Wei Shengyu 96d1feb682
Merge pull request #773 from RainFrost1/develop_reg
Develop reg
2021-06-03 14:06:27 +08:00
dongshuilong 435144b526 fix bugs imgnet and rec train 2021-06-03 12:24:48 +08:00
dongshuilong 452f532121 add CompCars train and fix bugs 2021-06-03 11:00:47 +08:00