MCPcopy Create free account
hub / github.com/THUDM/GLM / get_log_dir

Function get_log_dir

utils.py:33–34  ·  view source on GitHub ↗
(name, base)

Source from the content-addressed store, hash-verified

31
32
33def get_log_dir(name, base):
34 return os.path.join(base, SUMMARY_WRITER_DIR_NAME, name)
35
36
37def get_sample_writer(log_dir, iteration=0):

Callers 2

finetuneFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected