Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sin3DM/Sin3DM
/ encoding_feat_path
Function
encoding_feat_path
src/utils/parser_util.py:225–226 ·
view source on GitHub ↗
(exp_tag)
Source
from the content-addressed store, hash-verified
223
224
225
def
encoding_feat_path(exp_tag):
226
return
os.path.join(exp_tag,
"encoding/feat.npz"
)
227
228
229
def
diffusion_model_path(exp_tag, ema, step):
Callers
3
train_ae
Function · 0.90
train_diffusion
Function · 0.90
sample_diffusion
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected