(self)
| 73 | yield from torch.randperm(n, generator=self.generator).tolist() |
| 74 | |
| 75 | def __len__(self): |
| 76 | return self.num_samples |
| 77 | |
| 78 | def set_epoch(self, epoch): |
| 79 | self.epoch = epoch |
nothing calls this directly
no outgoing calls
no test coverage detected