MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / encoding_log_dir

Function encoding_log_dir

src/utils/parser_util.py:217–218  ·  view source on GitHub ↗
(exp_tag)

Source from the content-addressed store, hash-verified

215
216
217def encoding_log_dir(exp_tag):
218 return os.path.join(exp_tag, "encoding")
219
220
221def diffusion_log_dir(exp_tag):

Callers 5

train_aeFunction · 0.90
decodeFunction · 0.90
mainFunction · 0.90
train_argsFunction · 0.85
sample_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected