MCPcopy Index your code
hub / github.com/Colin97/DeepMetaHandles / log_string

Function log_string

src/train.py:74–76  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

72
73
74def log_string(str):
75 logger.info(str)
76 print(str)
77
78
79logger = logging.getLogger("Model")

Callers 1

train.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected