(self)
| 38 | num_workers=int(opt.nThreads)) |
| 39 | |
| 40 | def load_data(self): |
| 41 | return self.dataloader |
| 42 | |
| 43 | def __len__(self): |
| 44 | return min(len(self.dataset), self.opt.max_dataset_size) |
nothing calls this directly
no outgoing calls
no test coverage detected