MCPcopy 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
31class SeqWriter(object):
32 def writeseq(self, seq):
33 raise NotImplementedError
34
35
36class HumanOutputFormat(KVWriter, SeqWriter):

Callers 1

_do_logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected