3093 Commits

Author SHA1 Message Date
Tingquan Gao
da7a1bf844 doc: update wechat qr code 2022-01-07 11:38:39 +08:00
littletomatodonkey
e0a6e5bf38
fox dist err (#1621)
* fox dist err

* fix init

* fix init
2022-01-06 09:46:52 +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
Bin Lu
0aa85d4f7f
Merge pull request #1603 from Intsigstephon/develop
add cpp serving for clas and pp-shitu
2022-01-05 15:07:40 +08:00
cuicheng01
22c81686ca
Merge pull request #1580 from Sibo2rr/dev/doc2
Dev/doc2
2022-01-04 21:28:11 +08:00
Wu Sibo
ce3b904760
Merge branch 'develop' into dev/doc2 2022-01-04 10:14:52 +08:00
Bin Lu
56cb7b3d2d
Merge pull request #1613 from Intsigstephon/add_extra_tests
add tests of custom sampler;no eval; multicard eval
2022-01-01 03:00:51 +08:00
lubin10
c7d10cf9b8 add custom sampler;no eval; multicard eval 2021-12-31 07:16:30 +00:00
Bin Lu
d2702f14eb
Merge branch 'PaddlePaddle:develop' into develop 2021-12-31 12:32:57 +08:00
Bin Lu
304bafb735
Merge pull request #1610 from TingquanGao/dev/fix_theseus
fix: upgrade replace_sub() to upgrade_sublayer()
2021-12-31 12:15:18 +08:00
Bin Lu
60f859b579
Merge pull request #1605 from Intsigstephon/deephash_related
add deephash config and model
2021-12-30 20:19:44 +08:00
gaotingquan
d6aeba6f56
fix: upgrade replace_sub() to upgrade_sublayer()
supplement to PR #1581
2021-12-30 10:59:20 +00:00
Bin Lu
bab1582841
Update quick_start_recognition.md 2021-12-30 16:48:54 +08:00
Bin Lu
ad101a986e
Update quick_start_recognition.md 2021-12-30 16:48:24 +08:00
gaotingquan
6e13ff3068 fix: use hasattr() to check if collate_fn is in dataloader
fix bug caused by PR #1596
2021-12-30 16:35:05 +08:00
Bin Lu
2ee66bd8ba
Update quick_start_recognition.md 2021-12-29 20:24:56 +08:00
stephon
5517718abe update quick_start.md 2021-12-29 12:23:59 +00:00
stephon
0a3f7f1598 add Enter flag1 2021-12-29 12:20:19 +00:00
stephon
29c05ccc84 add Enter flag 2021-12-29 12:19:14 +00:00
stephon
8807634185 format config 2021-12-29 12:17:24 +00:00
stephon
31349a2ae9 add newline flag 2021-12-29 12:15:06 +00:00
stephon
162720cc76 remove comments 2021-12-29 12:10:47 +00:00
stephon
8cd3a6812f update binary model config 2021-12-29 12:08:42 +00:00
stephon
e9c0c028f5 Merge branch 'develop' of https://github.com/Intsigstephon/PaddleClas into develop 2021-12-29 11:23:59 +00:00
stephon
5be1ef5aeb update cpp serving client 2021-12-29 11:23:43 +00:00
Bin Lu
6b6538b341
Update paddle_serving_deploy.md 2021-12-29 19:15:28 +08:00
stephon
4ebc63412b update some errors 2021-12-29 11:10:47 +00:00
stephon
4e0ca2d003 upload cplusplus serving 2021-12-29 11:01:52 +00:00
cuicheng01
02a083c719
Merge pull request #1602 from PaddlePaddle/TingquanGao-patch-2
docs: update wechat qr code
2021-12-28 20:50:44 +08:00
Tingquan Gao
b2e32386a1
docs: update wechat qr code 2021-12-28 18:28:09 +08:00
gaotingquan
cabc7a0f83 fix: replace reg exp with layer name 2021-12-28 15:24:50 +08:00
gaotingquan
71cb728b07 fix: rename to upgrade_sublayer() 2021-12-28 15:24:50 +08:00
gaotingquan
1e696ac22b fix: remove unnecessary register_hook() call & pre-commit 2021-12-28 15:24:50 +08:00
gaotingquan
a86c4b290e add license 2021-12-28 15:24:50 +08:00
gaotingquan
721ac0bf61 refactor: simplify code
1. remove WrapLayer and wrap_theseus;
2. support call update_res() one more;
3. optim parse_pattern_str() to return list of layer parsed.
2021-12-28 15:24:50 +08:00
gaotingquan
56911b573b refactor: rename replace_sub() func to ? 2021-12-28 15:24:50 +08:00
gaotingquan
0f126b75da refactor: strengthen parse_pattern_str() func 2021-12-28 15:24:50 +08:00
gaotingquan
8d0b0d4b0a refactor: extract _parse_pattern_str() func 2021-12-28 15:24:50 +08:00
gaotingquan
18dec0744a fix: fix problems commented in reviewing 2021-12-28 15:24:50 +08:00
gaotingquan
41296972a4 fix: fix comments 2021-12-28 15:24:50 +08:00
gaotingquan
f8ee6c0f86 fix: fix result returned by stop_after 2021-12-28 15:24:50 +08:00
gaotingquan
cf205e1379 fix: fix result returned by _find_layers_handle 2021-12-28 15:24:50 +08:00
gaotingquan
b0ae3a1210 fix: unify the pattern of layer's name 2021-12-28 15:24:50 +08:00
gaotingquan
7da2a997e9 fix: save latest model every epoch 2021-12-27 22:04:26 +08:00
sibo2rr
4d1dad6abb fix import error 2021-12-27 21:21:58 +08:00
sibo2rr
cc8e3d1d1e remove tricks in models, add it in the models_training 2021-12-27 18:56:05 +08:00
sibo2rr
69afc148f9 read the doc 2021-12-27 18:56:04 +08:00
Bin Lu
b6cbbe1ca3 Update paddle_serving_deploy_en.md 2021-12-27 18:54:46 +08:00
Bin Lu
6b62938e8b Update feature_extraction_en.md 2021-12-27 18:54:46 +08:00
Bin Lu
035a79d57e Update recognition_dataset_en.md 2021-12-27 18:54:46 +08:00