Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
217
def
encoding_log_dir(exp_tag):
218
return
os.path.join(exp_tag,
"encoding"
)
219
220
221
def
diffusion_log_dir(exp_tag):
Callers
5
train_ae
Function · 0.90
decode
Function · 0.90
main
Function · 0.90
train_args
Function · 0.85
sample_args
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected