MCPcopy Create free account
hub / github.com/JunlinHan/DCLGAN / load_data

Method load_data

data/__init__.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 self.dataset.current_epoch = epoch
85
86 def load_data(self):
87 return self
88
89 def __len__(self):
90 """Return the number of data in the dataset"""

Callers 1

create_datasetFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected