MCPcopy Create free account
hub / github.com/diviswen/Cycle4Completion / log_string

Function log_string

main_code.py:92–95  ·  view source on GitHub ↗
(out_str)

Source from the content-addressed store, hash-verified

90
91
92def log_string(out_str):
93 LOG_FOUT.write(out_str+'\n')
94 LOG_FOUT.flush()
95 print(out_str)
96
97
98log_string(str(FLAGS))

Callers 4

main_code.pyFile · 0.85
trainFunction · 0.85
train_one_epochFunction · 0.85
eval_one_epochFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected