MCPcopy
hub / github.com/openai/guided-diffusion / find_resume_checkpoint

Function find_resume_checkpoint

guided_diffusion/train_util.py:279–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277
278
279def find_resume_checkpoint():
280 # On your infrastructure, you may want to override this to automatically
281 # discover the latest checkpoint on your blob storage, etc.
282 return None
283
284
285def find_ema_checkpoint(main_checkpoint, step, rate):

Callers 3

_load_ema_parametersMethod · 0.85
_load_optimizer_stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected