(self, batch)
| 198 | raise NotImplementedError("You must implement this") |
| 199 | |
| 200 | def collate_fn(self, batch): |
| 201 | raise NotImplementedError("You must implement this") |
| 202 | |
| 203 | |
| 204 | class LegacySeq2SeqDataset(AbstractSeq2SeqDataset): |
nothing calls this directly
no outgoing calls
no test coverage detected