MCPcopy
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
273def 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
279def find_resume_checkpoint():

Callers 2

save_checkpointMethod · 0.85
saveMethod · 0.85

Calls 1

get_dirMethod · 0.80

Tested by

no test coverage detected