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

Method __len__

seq2seq/utils.py:413–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

411 return available_indices
412
413 def __len__(self):
414 return self.num_samples
415
416 def set_epoch(self, epoch):
417 self.epoch = epoch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected