MCPcopy Index your code
hub / github.com/openai/improved-diffusion / get_blob_logdir

Function get_blob_logdir

improved_diffusion/train_util.py:330–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328
329
330def get_blob_logdir():
331 return os.environ.get("DIFFUSION_BLOB_LOGDIR", logger.get_dir())
332
333
334def find_resume_checkpoint():

Callers 2

save_checkpointMethod · 0.85
saveMethod · 0.85

Calls 1

get_dirMethod · 0.80

Tested by

no test coverage detected