Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
def
_log_once(msg):
21
logger.info(msg)
22
23
24
if
get_tf_version_tuple() <= (1, 12):
Callers
1
regularize_cost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected