MCPcopy Index your code
hub / github.com/openai/guided-diffusion / args_to_dict

Function args_to_dict

guided_diffusion/script_util.py:437–438  ·  view source on GitHub ↗
(args, keys)

Source from the content-addressed store, hash-verified

435
436
437def args_to_dict(args, keys):
438 return {k: getattr(args, k) for k in keys}
439
440
441def str2bool(v):

Callers 7

mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected