Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
def
log_string(out_str):
93
LOG_FOUT.write(out_str+
'\n'
)
94
LOG_FOUT.flush()
95
print(out_str)
96
97
98
log_string(str(FLAGS))
Callers
4
main_code.py
File · 0.85
train
Function · 0.85
train_one_epoch
Function · 0.85
eval_one_epoch
Function · 0.85
Calls
1
write
Method · 0.80
Tested by
no test coverage detected