Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/guided-diffusion
/ writeseq
Method
writeseq
guided_diffusion/logger.py:32–33 ·
view source on GitHub ↗
(self, seq)
Source
from the content-addressed store, hash-verified
30
31
class
SeqWriter(object):
32
def
writeseq(self, seq):
33
raise
NotImplementedError
34
35
36
class
HumanOutputFormat(KVWriter, SeqWriter):
Callers
1
_do_log
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected