99 Commits

Author SHA1 Message Date
MissPenguin
2e67b9ae8e
Merge pull request #4196 from WenmuZhou/fx_pse
add pse to windows_not_support_list
2021-09-29 10:43:47 +08:00
tink2123
a14f8da961 polish seed code 2021-09-28 11:51:01 +08:00
WenmuZhou
b6a9f5d2da add pse to windows_not_support_list 2021-09-27 19:43:36 +08:00
tink2123
3c906d41b9 merge dygraph 2021-09-27 15:06:06 +08:00
tink2123
8308f33274 fix conflicts 2021-09-27 14:58:10 +08:00
LDOUBLEV
9dba4a1214 optimize the prune 2021-09-26 15:09:48 +08:00
WenmuZhou
ac98415b48 merge dygraph 2021-09-14 14:51:04 +08:00
andyjpaddle
ea019601a7 fix conflic in program 2021-08-31 12:19:11 +00:00
andyjpaddle
ea52f47a95 update docs and fix conflic 2021-08-31 12:13:36 +00:00
WenmuZhou
835e717832 merge dygraph 2021-08-31 19:13:15 +08:00
tink2123
1b2ca6e641 polish code 2021-08-30 06:37:26 +00:00
tink2123
c9e1077daa polish code 2021-08-30 06:32:54 +00:00
andyjpaddle
8a95b3352d add_rec_sar, test=dygraph 2021-08-24 03:49:26 +00:00
topduke
73058cc082
Update program.py 2021-08-23 11:45:10 +08:00
topduke
533b15c820
Update program.py 2021-08-23 11:43:45 +08:00
Topdu
55b76dcaa5 delete blank lines and modify forward_train 2021-08-19 09:31:02 +00:00
topduke
adc62fcde4
Merge branch 'dygraph' into dygraph 2021-08-17 22:08:54 +08:00
Topdu
2e76e46b3c update nrtr metric 2021-08-17 13:44:44 +00:00
Topdu
1623c17cdc add rec_nrtr 2021-08-17 13:10:53 +00:00
WenmuZhou
a739abab57 merge dygraph 2021-07-27 18:14:19 +08:00
WenmuZhou
fa790288f1 add psenet 2021-07-27 15:33:05 +08:00
tink2123
59cc4efdc5 add for SEED 2021-07-22 19:58:14 +08:00
Double_V
11151e51d2
Update program.py 2021-07-09 09:27:35 +08:00
LDOUBLEV
b8a65d4333 fix eval bug 2021-07-08 14:32:44 +00:00
LDOUBLEV
185d1e1f92 fix bug 2021-07-07 01:54:03 +00:00
MissPenguin
7bcabe0f36 refine 2021-06-22 12:39:43 +00:00
MissPenguin
97a668747c refine 2021-06-22 04:24:14 +00:00
MissPenguin
053cc43d82 refine 2021-06-22 04:23:27 +00:00
MissPenguin
de6bc4458b refine 2021-06-21 12:33:19 +00:00
MissPenguin
16c247ac46 refine 2021-06-21 12:20:25 +00:00
MissPenguin
7c8b2c8d19 add train code for table 2021-06-16 08:47:33 +00:00
littletomatodonkey
ed02b91d26 add distillation function 2021-06-02 08:31:57 +00:00
Jane-Ding
d5651dfa99 fix win train loader 2021-04-29 14:17:48 +00:00
littletomatodonkey
099957c907
fix eval laoder on win (#2654) 2021-04-27 10:32:17 +08:00
zhoujun
c27022294e
add global_step to .states files (#2566)
Co-authored-by: littletomatodonkey <2120160898@bit.edu.cn>
2021-04-27 10:13:21 +08:00
littletomatodonkey
fb5f7f5eb4
fix loader cause it does not need to break (#2562)
* fix loader cause it does not need to be rebuild for each epoch

* fix loader for dynamic sample

* rm thin import
2021-04-20 23:47:40 +08:00
Double_V
7171d78b31
Merge branch 'dygraph' into pgnet-v1 2021-03-30 16:21:41 +08:00
littletomatodonkey
9e7dc2b88e fix logger info for empty log 2021-03-24 06:32:38 +00:00
Jethong
051fe64a0d fix config add e2e_ch.md e2e_res_img623_pg 2021-03-10 14:14:21 +08:00
Jethong
bb49e1a53f ADD PGNet_v2 2021-03-08 15:11:57 +08:00
Jethong
1f76f449db Add PGNet 2021-03-08 14:55:49 +08:00
LDOUBLEV
6ec9aa4def Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into trt_cpp 2021-02-18 13:44:13 +08:00
xiaoting
895d44bc39
Merge pull request #1971 from tink2123/fix_eval_for_srn
polish code for srn eval
2021-02-07 15:32:56 +08:00
tink2123
ff6b193a61 polish code for srn eval 2021-02-07 07:31:24 +00:00
WenmuZhou
b9d3e8eeec add dataset len check 2021-02-04 11:33:48 +08:00
LDOUBLEV
df1c97af80 fix bug 2021-02-02 21:27:48 +08:00
littletomatodonkey
077fcabcbc fix doc 2021-02-01 14:03:32 +00:00
iamyoyo
be94977426
program.py 257行 变量名问题
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
2021-02-01 15:27:56 +08:00
iamyoyo
a92bb6d310
Update program.py
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
    ['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
2021-02-01 15:09:14 +08:00
xiaoting
2a0c3d4dac
fix eval mode without srn (#1889)
* fix base model

* fix start time
2021-01-31 22:37:30 +08:00