Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdeboissiere/DeepLearningImplementations
/ print_bright
Function
print_bright
BEGAN/src/utils/logging_utils.py:16–19 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
14
15
16
def
print_bright(s):
17
18
init()
19
print(Style.BRIGHT + s + Style.RESET_ALL)
20
21
22
def
print_green(info, value=
""
):
Callers
8
print_session
Function · 0.70
print_directories
Function · 0.70
print_initialize
Function · 0.70
print_summaries
Function · 0.70
print_queues
Function · 0.70
print_checkpoint
Function · 0.70
print_meta_graph
Function · 0.70
print_restore
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected