Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
class
KVWriter(object):
27
def
writekvs(self, kvs):
28
raise
NotImplementedError
29
30
31
class
SeqWriter(object):
Callers
1
dumpkvs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected