MCPcopy Create free account
hub / github.com/NVIDIA/vid2vid / load_data

Method load_data

data/custom_dataset_data_loader.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected