MCPcopy Create free account
hub / github.com/NineAbyss/ZeroG / process

Method process

code/dataset_benchmark.py:563–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

561 return 'data.pt'
562
563 def process(self):
564 file_path = os.path.join(self.raw_dir, self.raw_file_names[0])
565 data = torch.load(file_path)
566 data = data if self.pre_transform is None else self.pre_transform(data)
567 self.save([data], self.processed_paths[0])
568
569
570# ======================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected