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 |
|