563 Commits

Author SHA1 Message Date
Shuangchi He
f7e1ba1dd5
Fix some typos for Jetson, metrics and result. (#6118) 2022-05-02 13:59:01 +08:00
OneYearIsEnough
37e3bc1699
[Patch] Add stability in training stage (#5378)
* [Patch] Add stability in training stage

* [Patch] Add stability in training stage
2022-05-01 20:04:20 +08:00
Double_V
633d055285
fix bug for PPOCRV2_rec_pact export model and inference (#5903)
* fix bug for rec distill pact infer

* Update rec_postprocess.py
2022-04-07 17:26:07 +08:00
andyjpaddle
e758d27318
fix sar bug (#5864) 2022-04-01 19:34:44 +08:00
LDOUBLEV
1e267637bf fix 2022-04-01 17:19:39 +08:00
LDOUBLEV
5cd84c04e4 fix 2022-04-01 17:14:36 +08:00
LDOUBLEV
3cbcc8d4e8 add reference 2022-04-01 16:56:28 +08:00
WenmuZhou
144ea36b7e rm view 2022-03-28 05:10:24 +00:00
littletomatodonkey
5adfc98c7a
fix kldiv when stop grad is trur (#5644) 2022-03-07 16:04:39 +08:00
tink2123
c42f53d506 fix save load, update det pretrain 2022-01-05 15:36:28 +08:00
tink2123
facaca0519 cherrr-pick, mv fasttext for requirments 2021-12-31 13:14:49 +08:00
MissPenguin
683c86edb3
Merge pull request #4960 from tink2123/fix_seed_padding
polist seed code
2021-12-20 11:16:47 +08:00
LDOUBLEV
e6a2970746 add eps 2021-12-19 11:15:37 +00:00
LDOUBLEV
2afc8dd0db fix win 2021-12-19 11:10:10 +00:00
tink2123
a5280c0f40 polist seed code 2021-12-17 21:42:53 +08:00
Double_V
5e4d1891ea
Merge branch 'dygraph' into sdmgr 2021-12-16 18:50:53 +08:00
LDOUBLEV
721c76b42d fix conflict 2021-12-16 10:42:56 +00:00
WenmuZhou
fcd73d2659 fix bug in copypaste when point num > 8 2021-12-13 11:24:50 +00:00
littletomatodonkey
2b8e9b2614
remove name (#4870) 2021-12-08 22:53:49 +08:00
zhoujun
0825841f06
del table backbone (#4802) 2021-11-30 23:26:40 +08:00
Double_V
0271adae76
Merge pull request #4799 from tink2123/del_fp16
del fp16 in rec_model
2021-11-30 19:14:11 +08:00
xiaoting
6446657467
Merge branch 'dygraph' into del_fp16 2021-11-30 17:59:36 +08:00
WenmuZhou
20f001d3b6 add rec fpgm 2021-11-30 07:12:05 +00:00
WenmuZhou
7c15d1b790 change is to does 2021-11-29 08:38:15 +00:00
WenmuZhou
389e315ae0 opt east post 2021-11-29 02:48:09 +00:00
tink2123
ee6fe424e9 fix seed 2021-11-26 06:55:48 +00:00
WenmuZhou
8ffa50feb7 opt load model 2021-11-26 06:50:03 +00:00
WenmuZhou
35e471860d remove lanms-nova 2021-11-25 13:00:37 +00:00
WenmuZhou
7f1badf74c pair param with key when load trained model params 2021-11-24 10:23:06 +00:00
WenmuZhou
4a6f7ceca6 pair param with key when load trained model params 2021-11-24 09:40:33 +00:00
WenmuZhou
91b79f6929 pair param with key when load trained model params 2021-11-24 09:28:34 +00:00
WenmuZhou
3fba21c84d replace lanms with lanms-nova 2021-11-23 10:07:16 +00:00
tink2123
e9c3ff84a9 fix attenton loss for ce 2021-11-22 12:08:33 +08:00
tink2123
f26846ccd1 fix attenton loss for ce 2021-11-22 12:07:32 +08:00
littletomatodonkey
7dccfe57a0
improve system prediction and remove some hard code (#4643)
* fix center yaml

* rm init_center param

* fix typo

* improve pred system
2021-11-17 12:32:05 +08:00
zhoujun
ae4167dc32
merge init_model and load_dygraph_params to load_model (#4623)
* merge init_model and load_dygraph_params to load_model
2021-11-12 11:06:36 +08:00
zhoujun
96c8c004b5
add desc of version params (#3929)
* add desc of version params
2021-11-10 20:20:45 +08:00
zhoujun
b6a21419d6
fix gap between table structure train model and inference model (#4565)
* add indent in pipeline_rpc_client.py

* fix gap in table structure train model and inference model
2021-11-10 20:18:48 +08:00
Double_V
790b5b0b22
Merge pull request #4555 from WenmuZhou/copyright
add refer for db loss and tps
2021-11-05 09:45:07 +08:00
tink2123
2ce4d9f8b5 fix attn score 2021-11-04 15:58:00 +00:00
WenmuZhou
37f8253134 add refer for db loss and tps 2021-11-04 21:21:24 +08:00
MissPenguin
5aa14c5f11
Merge pull request #4551 from WenmuZhou/copyright
add refer for some code
2021-11-04 19:41:06 +08:00
MissPenguin
ff12628cb2
Merge pull request #4552 from littletomatodonkey/dyg/add_refer
add reference
2021-11-04 19:40:52 +08:00
MissPenguin
91ed0cd0bd
Merge pull request #4546 from tink2123/add_refer
Add refer for seed
2021-11-04 19:40:23 +08:00
MissPenguin
357dcc1498
Merge pull request #4545 from LDOUBLEV/test_v10
add refer to east and sast preprocess
2021-11-04 19:39:58 +08:00
MissPenguin
aade74b03e
Merge pull request #4547 from andyjpaddle/add_ref_for_sar
add refer to backbone and head of sar
2021-11-04 19:39:23 +08:00
MissPenguin
19a359a435
Merge pull request #4548 from MissPenguin/dygraph
add reference for locality_aware_nms
2021-11-04 19:38:58 +08:00
WenmuZhou
b323ad44b7 add copyright 2021-11-04 19:11:28 +08:00
littletomatodonkey
9670e5bbe4 add reference 2021-11-04 19:06:54 +08:00
WenmuZhou
fe92c51c42 add refer for some code 2021-11-04 18:23:23 +08:00