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

Method __getitem__

seq2seq/utils.py:197–198  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

195 return shuffled_batches
196
197 def __getitem__(self, item):
198 raise NotImplementedError("You must implement this")
199
200 def collate_fn(self, batch):
201 raise NotImplementedError("You must implement this")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected