MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / collate_fn

Method collate_fn

seq2seq/utils.py:200–201  ·  view source on GitHub ↗
(self, batch)

Source from the content-addressed store, hash-verified

198 raise NotImplementedError("You must implement this")
199
200 def collate_fn(self, batch):
201 raise NotImplementedError("You must implement this")
202
203
204class LegacySeq2SeqDataset(AbstractSeq2SeqDataset):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected