MCPcopy Index your code
hub / github.com/tdeboissiere/DeepLearningImplementations / print_session

Function print_session

BEGAN/src/utils/logging_utils.py:32–39  ·  view source on GitHub ↗
(session_type)

Source from the content-addressed store, hash-verified

30
31
32def print_session(session_type):
33
34 FLAGS = tf.app.flags.FLAGS
35
36 print_bright("\nSetting up TF %s session:" % session_type)
37 for key in natsorted(FLAGS.__dict__["__flags"].keys()):
38 if "dir" not in key:
39 print_green(key, FLAGS.__dict__["__flags"][key])
40
41
42def print_directories(list_delete, list_create):

Callers

nothing calls this directly

Calls 2

print_brightFunction · 0.70
print_greenFunction · 0.70

Tested by

no test coverage detected