Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
437
def
args_to_dict(args, keys):
438
return
{k: getattr(args, k)
for
k in keys}
439
440
441
def
str2bool(v):
Callers
7
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected