Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/guided-diffusion
/ get_blob_logdir
Function
get_blob_logdir
guided_diffusion/train_util.py:273–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
272
273
def
get_blob_logdir():
274
# You can change this to be a separate path to save checkpoints to
275
# a blobstore or some external drive.
276
return
logger.get_dir()
277
278
279
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