Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PaddlePaddle/PaddleOCR
/ log
Method
log
ppocr/utils/stats.py:64–70 ·
view source on GitHub ↗
(self, extras=None)
Source
from the content-addressed store, hash-verified
62
return
stats
63
64
def
log(self, extras=None):
65
d = self.get(extras)
66
strs = []
67
for
k, v in d.items():
68
strs.append(
"{}: {:x<6f}"
.format(k, v))
69
strs =
", "
.join(strs)
70
return
strs
Callers
15
train
Function · 0.95
init_weights
Method · 0.80
build_inv_delta_C_paddle
Method · 0.80
build_P_hat_paddle
Method · 0.80
init_stn
Method · 0.80
positionalencoding2d
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
compute_partial_repr
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
2
get
Method · 0.95
format
Method · 0.80
Tested by
no test coverage detected