MCPcopy 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
225def encoding_feat_path(exp_tag):
226 return os.path.join(exp_tag, "encoding/feat.npz")
227
228
229def diffusion_model_path(exp_tag, ema, step):

Callers 3

train_aeFunction · 0.90
train_diffusionFunction · 0.90
sample_diffusionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected