Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
330
def
get_blob_logdir():
331
return
os.environ.get(
"DIFFUSION_BLOB_LOGDIR"
, logger.get_dir())
332
333
334
def
find_resume_checkpoint():
Callers
2
save_checkpoint
Method · 0.85
save
Method · 0.85
Calls
1
get_dir
Method · 0.80
Tested by
no test coverage detected