MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / load_data

Method load_data

moss_soundeffect_v2/diffsynth/trainers/utils.py:127–128  ·  view source on GitHub ↗
(self, file_path)

Source from the content-addressed store, hash-verified

125
126
127 def load_data(self, file_path):
128 return self.load_image(file_path)
129
130
131 def __getitem__(self, data_id):

Callers 1

__getitem__Method · 0.95

Calls 1

load_imageMethod · 0.95

Tested by

no test coverage detected