MCPcopy
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
22def print_green(info, value=""):
23
24 print(Fore.GREEN + "[%s] " % info + Style.RESET_ALL + str(value))
25
26
27def print_red(info, value=""):

Callers 7

print_sessionFunction · 0.70
print_directoriesFunction · 0.70
print_initializeFunction · 0.70
print_summariesFunction · 0.70
print_queuesFunction · 0.70
print_checkpointFunction · 0.70
print_meta_graphFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected