MCPcopy Create free account
hub / github.com/openai/improved-diffusion / writekvs

Method writekvs

improved_diffusion/logger.py:27–28  ·  view source on GitHub ↗
(self, kvs)

Source from the content-addressed store, hash-verified

25
26class KVWriter(object):
27 def writekvs(self, kvs):
28 raise NotImplementedError
29
30
31class SeqWriter(object):

Callers 1

dumpkvsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected