MCPcopy
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
16def print_bright(s):
17
18 init()
19 print(Style.BRIGHT + s + Style.RESET_ALL)
20
21
22def print_green(info, value=""):

Callers 8

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
print_restoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected