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

Function diffusion_model_path

src/utils/parser_util.py:229–230  ·  view source on GitHub ↗
(exp_tag, ema, step)

Source from the content-addressed store, hash-verified

227
228
229def diffusion_model_path(exp_tag, ema, step):
230 return os.path.join(exp_tag, f"diffusion/ema_{ema}_{step:06d}.pt")

Callers 1

sample_diffusionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected