MCPcopy
hub / github.com/charlesq34/pointnet / log_string

Function log_string

train.py:67–70  ·  view source on GitHub ↗
(out_str)

Source from the content-addressed store, hash-verified

65 os.path.join(BASE_DIR, 'data/modelnet40_ply_hdf5_2048/test_files.txt'))
66
67def log_string(out_str):
68 LOG_FOUT.write(out_str+'\n')
69 LOG_FOUT.flush()
70 print(out_str)
71
72
73def get_learning_rate(batch):

Callers 3

trainFunction · 0.70
train_one_epochFunction · 0.70
eval_one_epochFunction · 0.70

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected