MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / __len__

Method __len__

dataset.py:201–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

199 return output
200
201 def __len__(self):
202 return int(1e10) # It's a fake length due to the trick that every loader maintains its own list
203 #return self.num_sampleclass
204
205
206class ValDataset(BaseDataset):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected