56 Commits

Author SHA1 Message Date
gaotingquan
df3e75dde4 fix: warn when topk parameter setting is wrong 2022-06-06 16:47:57 +08:00
Walter
dcef409dde
Merge branch 'develop' into adaface 2022-05-27 14:19:03 +08:00
zhiboniu
edf1129e5d match new eval function 2022-05-23 10:27:55 +00:00
zhiboniu
699c10aaeb Merge remote-tracking branch 'ppcls/develop' into develop 2022-05-23 08:03:46 +00:00
cuicheng01
8f5fe61540
Merge pull request #1925 from cuicheng01/add_person_demo
Add person demo
2022-05-23 09:26:49 +08:00
zhiboniu
05ecf1d045 multi-card eval support 2022-05-18 04:54:44 +00:00
zhiboniu
50900443f3 remove strongbaseline_attr, etc... 2022-05-18 04:54:43 +00:00
zhiboniu
26d5b7d1cc adapted dataset and loss 2022-05-18 04:54:43 +00:00
zhiboniu
0a3ecf60b4 add attribute strongbaseline 2022-05-18 04:54:43 +00:00
dongshuilong
32c99be6aa add adaface 2022-05-16 03:50:35 +00:00
cuicheng01
45b1296c25 Add cls_demo_person code 2022-05-14 09:31:52 +00:00
HydrogenSulfate
565053167d update code 2022-05-11 18:57:16 +08:00
HydrogenSulfate
88295413f5 add re-ranking code 2022-05-11 17:33:07 +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
Walter
bd524e8a88
Merge pull request #1819 from weisy11/reid
复现reid-strong-baseline
2022-05-06 12:05:07 +08:00
Wei Shengyu
4bc4b7e0e2
Merge pull request #1876 from TingquanGao/dev/fix_amp_eval
fix: amp eval
2022-05-05 20:39:02 +08:00
HydrogenSulfate
16f910b451 add m1 and baseline config 2022-05-05 19:55:08 +08:00
HydrogenSulfate
0b1481402b merge devevelop 2022-05-05 14:42:06 +08:00
littletomatodonkey
bb13f3c4f5
fix single card dist (#1889)
* fix single card logit

* fix distillation yaml files
2022-05-05 09:48:56 +08:00
gaotingquan
275945dff9
fix: compatible with Paddle 2.2, 2.3, and develop. 2022-04-29 10:21:09 +00:00
gaotingquan
59a3dcfc1c
fix: amp eval 2022-04-26 12:26:17 +00:00
gaotingquan
fea9522a69 fix: dbg 2022-04-26 12:07:59 +08:00
cuicheng01
4e6c36e269
Merge pull request #1833 from TingquanGao/dev/fix_dist_loss
fix calc metric error and calc loss error in distributed.
2022-04-22 22:41:57 +08:00
gaotingquan
b5a7eea504
fix: fix the bug that DistributedBatchSampler may sample repeatedly 2022-04-22 09:39:22 +00:00
HydrogenSulfate
15a0afc67c update code 2022-04-22 15:52:16 +08:00
HydrogenSulfate
9dde9376fb update code 2022-04-22 15:25:11 +08:00
HydrogenSulfate
daf7eea23d fix code 2022-04-21 15:43:53 +08:00
HydrogenSulfate
41e1a86caf add center loss 2022-04-21 00:17:54 +08:00
gaotingquan
83ed5195c3
fix: set use_fp16_test to True when AMP O2 is enabled 2022-04-18 06:14:43 +00:00
gaotingquan
efde56ffc6
fix: only fp16 evaluation is supported when ampO2 is enabled 2022-04-13 12:14:14 +00:00
gaotingquan
474c918b27
fix: fix bug of batch_size statistics error 2022-04-13 09:19:30 +00:00
gaotingquan
c46189bad0
fix: fix bug about calc loss in dist 2022-04-12 06:56:44 +00:00
HydrogenSulfate
af90cd7c59 update center loss config and related code 2022-04-12 13:07:53 +08:00
weishengyu
9de22673df dbg 2022-04-08 14:29:03 +08:00
gaotingquan
b761325faa fix: fp32 eval by default when enable amp
If you want to eval by fp16 when enable amp, please set Amp.use_fp16_test=True, False by default.
2022-04-02 19:22:10 +08:00
WangChen0902
7595ba6d70
add AFD (#1683)
* add AFD
2022-02-28 19:11:50 +08:00
gaotingquan
7040ce8314 refactor: change params to be consistent with amp 2022-01-25 11:58:07 +08:00
zhangbo9674
cd039a7b37 add save_dtype 2022-01-10 18:19:03 +08:00
zhangbo9674
d437bb0a7e use fp32 to eval 2022-01-10 18:19:03 +08:00
zhangbo9674
bb19c1f7a6 fix eval bug 2022-01-10 18:19:03 +08:00
littletomatodonkey
aea712cc87
add dist of rec model (#1574)
* add distillation loss func and rec distillation
2022-01-05 19:25:36 +08:00
gaotingquan
7732a69f1b fix: fix key error in distillation 2021-12-16 18:21:08 +08:00
dongshuilong
f7ccc874e2 fix dali distributed eval bug 2021-11-16 11:09:21 +08:00
dongshuilong
278f6d8050 fig goooglenet distributed eval bug 2021-10-26 11:56:30 +00:00
dongshuilong
fd6f1ad2ca fix clas distributed eval bug 2021-10-21 03:47:03 +00:00
dongshuilong
c93d638f4c fix clas distributed eval bug 2021-10-20 11:22:37 +00:00
cuicheng01
fe6f614680 Update multilabel 2021-09-27 03:00:37 +00:00
cuicheng01
a90881c99f
Merge branch 'develop' into add_multilabel 2021-09-26 22:47:20 +08:00
cuicheng01
af9aae730e add multilabel feature 2021-09-26 07:05:13 +00:00