Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sin3DM/Sin3DM
/ SeqWriter
Class
SeqWriter
src/diffusion/logger.py:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
SeqWriter(object):
32
def
writeseq(self, seq):
33
raise
NotImplementedError
34
35
36
class
HumanOutputFormat(KVWriter, SeqWriter):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected