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

Method __init__

lib/utils/data/dataset.py:94–96  ·  view source on GitHub ↗
(self, dataset, indices)

Source from the content-addressed store, hash-verified

92
93class Subset(Dataset):
94 def __init__(self, dataset, indices):
95 self.dataset = dataset
96 self.indices = indices
97
98 def __getitem__(self, idx):
99 return self.dataset[self.indices[idx]]

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected