MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / close

Method close

ppocr/utils/loggers/loggers.py:17–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 logger.log_model(is_best=is_best, prefix=prefix, metadata=metadata)
16
17 def close(self):
18 for logger in self.loggers:
19 logger.close()

Callers 14

latexocr2paddleocr_trainFunction · 0.45
unimernet2paddleocr_testFunction · 0.45
load_confuse_matrixFunction · 0.45
_lifespanFunction · 0.45
copyFileFromAssetsMethod · 0.45
loadLabelMethod · 0.45
mainFunction · 0.45
make_trainfile.pyFile · 0.45
main_evaluationFunction · 0.45
trainMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected