littletomatodonkey
9e7dc2b88e
fix logger info for empty log
5 years ago
LDOUBLEV
6ec9aa4def
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into trt_cpp
5 years ago
xiaoting
895d44bc39
Merge pull request #1971 from tink2123/fix_eval_for_srn
...
polish code for srn eval
5 years ago
tink2123
ff6b193a61
polish code for srn eval
5 years ago
WenmuZhou
b9d3e8eeec
add dataset len check
5 years ago
LDOUBLEV
df1c97af80
fix bug
5 years ago
littletomatodonkey
077fcabcbc
fix doc
5 years ago
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
5 years ago
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
5 years ago
xiaoting
2a0c3d4dac
fix eval mode without srn ( #1889 )
...
* fix base model
* fix start time
5 years ago
xiaoting
6ebbbfe46c
Merge branch 'dygraph' into dygraph_for_srn
5 years ago
LDOUBLEV
09fd94e781
fix typo
5 years ago
xiaoting
f214437538
Merge branch 'dygraph' into dygraph_for_srn
5 years ago
littletomatodonkey
9f581156d9
fix data replication for multi-cards sampling
5 years ago
tink2123
ed2f0de95e
mv model_average to incubate
5 years ago
tink2123
93670ab5a2
all ready
5 years ago
tink2123
297871d4be
fix bugs
5 years ago
tink2123
c1fd46641e
add srn for dygraph
5 years ago
littletomatodonkey
de3e2e7cd3
add CyclicalCosineDecay ( #1599 )
5 years ago
WenmuZhou
3a0090dc00
delete fluid
5 years ago
WenmuZhou
ae12459015
Save configuration files and logs only during training
5 years ago
WenmuZhou
b5f9a7ec5b
update link in doc
5 years ago
WenmuZhou
ef0880b9ae
delete save_inference_mode fun, because the dev paddle has support export crnn model
5 years ago
WenmuZhou
40023f76a6
修复ips和batch_cost输出错误的bug
5 years ago
WenmuZhou
21fca149b2
添加空格
5 years ago
WenmuZhou
e822901522
日志符合benchmark规范
5 years ago
WenmuZhou
4d44b23043
识别模型导出
5 years ago
WenmuZhou
672318256c
删除eval多余的参数
5 years ago
WenmuZhou
91dee973da
change log name to root
5 years ago
WenmuZhou
2aa92e6a64
fix bug
5 years ago
dyning
1ae379198e
trans to paddle-rc
5 years ago
dyning
fa675f8954
updata structure of dygraph
5 years ago
WenmuZhou
aad3093a91
dygraph first commit
6 years ago
MissPenguin
2852335e59
Merge branch 'develop' into develop
6 years ago
tink2123
9cb3072033
fix bug and update doc
6 years ago
licx
da75ef8b9e
fix conflict
6 years ago
tink2123
6832ca029f
update config
6 years ago
tink2123
09d8cb6d98
update for srn
6 years ago
shaohua.zhang
af8740330b
fix the assignment of a var
6 years ago
shaohua.zhang
cd56032479
Update program.py
6 years ago
shaohua.zhang
eb208af146
rename a var and a function
6 years ago
shaohua.zhang
481240549a
add common code to reduce code duplication
...
this funtion is mainly for the train ,evel,export_model
6 years ago
LDOUBLEV
eed41762b7
fix bug det train
6 years ago
lyl120117
d89d3384a0
dump model structure
6 years ago
LDOUBLEV
f5e0e9d050
update
6 years ago
LDOUBLEV
e222bc9e64
set evaluation interval
6 years ago
tink2123
bce596cd54
fix can not find tmp_4
6 years ago
LDOUBLEV
c6a0e8d79d
fix rec doc typo
6 years ago
LDOUBLEV
fcfdd0a39e
set mode of DB head as 'export' when export model
6 years ago
tink2123
f806d8d872
format code
6 years ago