MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / collater

Method collater

tasks/base_task.py:45–46  ·  view source on GitHub ↗
(self, samples)

Source from the content-addressed store, hash-verified

43 raise NotImplementedError
44
45 def collater(self, samples):
46 raise NotImplementedError
47
48 def __len__(self):
49 return len(self._sizes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected