Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdeboissiere/DeepLearningImplementations
/ print_green
Function
print_green
BEGAN/src/utils/logging_utils.py:22–24 ·
view source on GitHub ↗
(info, value="")
Source
from the content-addressed store, hash-verified
20
21
22
def
print_green(info, value=
""
):
23
24
print(Fore.GREEN +
"[%s] "
% info + Style.RESET_ALL + str(value))
25
26
27
def
print_red(info, value=
""
):
Callers
7
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
Calls
no outgoing calls
Tested by
no test coverage detected