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

Method __getitem__

lib/utils/data/dataset.py:42–43  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

40 self.target_tensor = target_tensor
41
42 def __getitem__(self, index):
43 return self.data_tensor[index], self.target_tensor[index]
44
45 def __len__(self):
46 return self.data_tensor.size(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected