MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / _log_once

Function _log_once

tensorpack/models/regularize.py:20–21  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

18
19@graph_memoized
20def _log_once(msg):
21 logger.info(msg)
22
23
24if get_tf_version_tuple() <= (1, 12):

Callers 1

regularize_costFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected