860 Commits

Author SHA1 Message Date
MissPenguin
f84e788abf
Merge pull request #539 from MissPenguin/develop
modify docs for updates
2020-08-16 19:52:58 +08:00
licx
78d89d3496 modify docs for updates 2020-08-16 19:44:07 +08:00
MissPenguin
229265e6af
Merge pull request #538 from MissPenguin/develop
add sast code
2020-08-16 18:55:37 +08:00
MissPenguin
2852335e59
Merge branch 'develop' into develop 2020-08-16 18:21:59 +08:00
MissPenguin
612e801470
Merge pull request #537 from tink2123/add_srn
Add SRN
2020-08-16 18:08:32 +08:00
tink2123
9c89310292 polish code 2020-08-16 17:19:00 +08:00
tink2123
ab0acf78b4 polish code 2020-08-16 17:09:17 +08:00
tink2123
fe8ce9afdf polish code 2020-08-16 16:51:24 +08:00
tink2123
a3b291928b polish code 2020-08-16 16:46:22 +08:00
tink2123
d0d5de7f4d fix bug 2020-08-16 13:30:25 +08:00
tink2123
d179c7c446 fix bug 2020-08-16 12:58:05 +08:00
tink2123
9cb3072033 fix bug and update doc 2020-08-16 12:53:26 +08:00
MissPenguin
fee2c17bf7
Merge branch 'develop' into develop 2020-08-16 10:21:59 +08:00
licx
da75ef8b9e fix conflict 2020-08-15 21:54:59 +08:00
licx
224667b895 add sast code 2020-08-15 17:26:00 +08:00
tink2123
d3ed210ac6 deleted dataset 2020-08-15 15:48:59 +08:00
tink2123
bf4863c950 update infer_rec for srn 2020-08-15 15:45:55 +08:00
tink2123
6832ca029f update config 2020-08-15 12:39:07 +08:00
tink2123
09d8cb6d98 update for srn 2020-08-14 16:31:13 +08:00
dyning
bad9f6cd74
Merge pull request #520 from littletomatodonkey/fix_mv3
add stride config of backbone and fix load ckp
2020-08-13 10:04:10 +08:00
littletomatodonkey
92841044bf fix error 2020-08-12 13:21:31 +00:00
littletomatodonkey
2918feb90e add stride config of backbone and fix load ckp 2020-08-12 07:08:07 +00:00
MissPenguin
ebfd447584
Update installation_en.md 2020-08-11 20:24:14 +08:00
MissPenguin
324d16fe7a
Update installation_en.md 2020-08-11 20:23:27 +08:00
MissPenguin
741e6798fb
Update installation.md 2020-08-11 20:22:26 +08:00
MissPenguin
1e8f414662
Merge pull request #510 from wangjiawei04/pdserving_cpu
pdserving deploy增加CPU支持
2020-08-10 15:27:08 +08:00
wangjiawei04
841ff3c6a6 fix readme 2020-08-10 14:39:36 +08:00
wangjiawei04
b6cc688184 support cpu 2020-08-10 14:32:19 +08:00
wangjiawei04
c2f47391cc support cpu 2020-08-10 14:31:50 +08:00
xiaoting
ec903eb5a0
Merge pull request #492 from authorfu/develop
mini demo modification
2020-08-06 16:54:54 +08:00
dyning
57e0565a5b
Merge pull request #481 from tink2123/add_error_message
add error message
2020-08-06 16:50:00 +08:00
tink2123
f498a63f10 update error message 2020-08-05 16:42:21 +08:00
dyning
a0c8968c96
Merge pull request #471 from LDOUBLEV/fixocr
fix typo and opt doc
2020-08-04 22:19:48 +08:00
dyning
1866fdabe8
Merge pull request #472 from BeyondYourself/BeyondYourself-patch-2
add a file path separator
2020-08-04 22:18:46 +08:00
littletomatodonkey
7ea23776c4
Merge pull request #479 from littletomatodonkey/add_piecewise
add piecewise decay
2020-08-04 16:36:40 +08:00
tink2123
15fd0b31db add error message 2020-08-04 07:05:32 +00:00
littletomatodonkey
152b099f92 fix config 2020-08-04 06:11:00 +00:00
shaohua.zhang
c538c4cba9
Merge pull request #10 from PaddlePaddle/develop
update-08-04
2020-08-04 14:01:48 +08:00
littletomatodonkey
f7111d7b59
Merge pull request #467 from BeyondYourself/develop
add a necessary check for checkpoints
2020-08-04 13:50:47 +08:00
littletomatodonkey
5e5ea853bf add piecewise decay 2020-08-04 03:43:26 +00:00
LDOUBLEV
e494595945 fix score is nan 2020-08-03 22:22:08 +08:00
shaohua.zhang
a4abf1322c
Update save_load.py 2020-08-03 21:54:09 +08:00
shaohua.zhang
c12e9ec564
Update east_process.py 2020-08-03 21:47:25 +08:00
shaohua.zhang
08055099a8
add a file separator
add a  file separator, it mainly  to avoid  missing the file path separator in yml
2020-08-03 21:01:53 +08:00
LDOUBLEV
2bec473e89 fix typo and opt doc 2020-08-03 17:44:41 +08:00
authorfu
c3785440a1 注释改为英语的 2020-08-03 17:17:29 +08:00
shaohua.zhang
e0f3bcb494
add a necessary check for checkpoints
add a necessary check for checkpoints, if you miss the file prefix and it will not execute the checkpoints codes
2020-08-03 14:07:20 +08:00
shaohua.zhang
6280caac16
Merge pull request #9 from PaddlePaddle/develop
update -2020-0803 -V2
2020-08-03 13:56:10 +08:00
dyning
f7b5edcc72
Merge pull request #401 from tink2123/add_android_doc
polish android readme
2020-08-03 13:01:53 +08:00
tink2123
729b0bff35 update android demo doc 2020-08-03 11:30:15 +08:00