MCPcopy
hub / github.com/openai/improved-diffusion / dumpkvs

Function dumpkvs

improved_diffusion/logger.py:236–240  ·  view source on GitHub ↗

Write all of the diagnostics from the current iteration

()

Source from the content-addressed store, hash-verified

234
235
236def dumpkvs():
237 """
238 Write all of the diagnostics from the current iteration
239 """
240 return get_current().dumpkvs()
241
242
243def getkvs():

Callers

nothing calls this directly

Calls 2

get_currentFunction · 0.85
dumpkvsMethod · 0.80

Tested by

no test coverage detected