MCPcopy
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

trainFunction · 0.95
init_weightsMethod · 0.80
build_P_hat_paddleMethod · 0.80
init_stnMethod · 0.80
positionalencoding2dFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
compute_partial_reprFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 2

getMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected