Walter
|
65e72a0140
|
Merge pull request #1022 from cuicheng01/develop
Update ImageNet_models_en.md
|
2021-07-08 14:55:15 +08:00 |
cuicheng01
|
02c61b885c
|
Add faq_2021_s2.md
|
2021-07-08 06:52:58 +00:00 |
Wei Shengyu
|
055d4b071e
|
Merge pull request #1016 from Intsigstephon/fixbug_bs_1
support batch feature generation in build_gallery.py
|
2021-07-08 11:22:57 +08:00 |
Wei Shengyu
|
de41fc47c1
|
Merge pull request #1017 from weisy11/develop
decorate "open" with "with"
|
2021-07-08 11:22:39 +08:00 |
Wei Shengyu
|
db8b6e8064
|
Merge pull request #1023 from PaddlePaddle/develop
Develop
|
2021-07-08 11:04:20 +08:00 |
cuicheng01
|
e4d832ddc8
|
Merge branch 'develop' of https://github.com/cuicheng01/PaddleClas into develop
|
2021-07-07 11:51:15 +00:00 |
cuicheng01
|
a049f23b23
|
Add LeViT_en.md and Twins_en.md
|
2021-07-07 11:50:31 +00:00 |
cuicheng01
|
2f780911d3
|
Update ImageNet_models_en.md
|
2021-07-07 19:46:40 +08:00 |
cuicheng01
|
cd5769f5d9
|
Update README_ch.md
|
2021-07-07 19:40:59 +08:00 |
cuicheng01
|
3301909302
|
Update ImageNet_models_en.md
|
2021-07-07 11:39:26 +00:00 |
weishengyu
|
3d7be00dc1
|
remove python2 code
|
2021-07-07 14:41:18 +08:00 |
weishengyu
|
e4780174d1
|
decorate open by with
|
2021-07-07 14:30:45 +08:00 |
lubin10
|
ad3bd3a342
|
fixbug bs=1 in build_gallery
|
2021-07-07 06:22:21 +00:00 |
cuicheng01
|
0c3c266a3c
|
Merge pull request #1010 from cuicheng01/develop
Fix LeVit export_model bugs
|
2021-07-07 14:10:27 +08:00 |
cuicheng01
|
2eecba7d48
|
Merge branch 'PaddlePaddle:develop' into develop
|
2021-07-07 10:14:30 +08:00 |
Tingquan Gao
|
85ba35fa97
|
[WIP] Update whl (#995)
* Update whl
|
2021-07-06 23:27:43 +08:00 |
cuicheng01
|
48ff7ec1f9
|
Merge branch 'PaddlePaddle:develop' into develop
|
2021-07-06 21:51:26 +08:00 |
lubin10
|
c68d411ca9
|
fix bug bs=1
|
2021-07-06 09:08:01 +00:00 |
lubin
|
aa2b38aa06
|
add aa.txt
|
2021-07-06 08:20:04 +00:00 |
Wei Shengyu
|
a4ee18df78
|
Merge pull request #1014 from PaddlePaddle/develop
Develop
|
2021-07-06 15:31:02 +08:00 |
Tingquan Gao
|
68fba8859f
|
Fix format, test=document_fix (#1013)
|
2021-07-06 11:20:00 +08:00 |
cuicheng01
|
964a46a574
|
Merge branch 'develop' of https://github.com/cuicheng01/PaddleClas into develop
|
2021-07-05 14:14:16 +00:00 |
cuicheng01
|
9db7262f0e
|
fix LeViT_384 train bugs
|
2021-07-05 14:13:30 +00:00 |
cuicheng01
|
1c0b75e621
|
Merge pull request #1012 from RainFrost1/resnet50_variant
fix resnet50_variant pretrained bugs
|
2021-07-05 20:34:16 +08:00 |
dongshuilong
|
1b004933e1
|
fix resnet50_variant pretrained bugs
|
2021-07-05 12:16:48 +00:00 |
cuicheng01
|
f4798260d4
|
Update levit.py
|
2021-07-05 15:47:10 +08:00 |
cuicheng01
|
f6c5625f25
|
Fix LeVit export_model bugs
|
2021-07-05 07:43:43 +00:00 |
littletomatodonkey
|
77557082d4
|
add support to append index (#1006)
|
2021-07-02 18:48:37 +08:00 |
Wei Shengyu
|
0a655a6530
|
Merge pull request #1000 from cuicheng01/develop
修复levit初始化bug和tnt不能export model的问题
|
2021-07-01 20:29:50 +08:00 |
Walter
|
91f47f3846
|
Merge pull request #1003 from RainFrost1/vehicle_reid
update VehicleReID model
|
2021-07-01 15:55:14 +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
|
fa831306fd
|
Develop (#997)
* add training mainbody doc (#994)
* add training mainbody doc
* fix en doc
* add finetune doc and fix vit typo (#996)
|
2021-06-30 19:59:56 +08:00 |
littletomatodonkey
|
b67b1df391
|
add finetune doc and fix vit typo (#996)
|
2021-06-30 19:59:17 +08:00 |
littletomatodonkey
|
38fa856432
|
add training mainbody doc (#994)
* add training mainbody doc
* fix en doc
|
2021-06-30 19:33:04 +08:00 |
Wei Shengyu
|
2c7ce3c0f8
|
Merge pull request #992 from PaddlePaddle/develop
Develop
|
2021-06-30 14:50:39 +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
|
4b10174a41
|
Update export_model.py
|
2021-06-29 22:39:06 +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 |
dongshuilong
|
4581216af8
|
add pretrained model link
|
2021-06-29 20:10:05 +08:00 |
Bin Lu
|
501a179108
|
Merge pull request #988 from littletomatodonkey/dev/fix_dim_cfg
fix yaml
|
2021-06-29 19:16:29 +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 |