MCPcopy Create free account
hub / github.com/OpenMeshLab/MeshXL / __init__

Method __init__

datasets/sft/base_dataset.py:28–31  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

26class BaseDataset:
27
28 def __init__(self, *args, **kwargs):
29 super().__init__()
30 self.data =[]
31 self.num_repeat = 1
32
33 def _preprocess_data(self, data_chunk):
34 processed = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected