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

Method train_dataloader

tasks/base_task.py:293–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291
292 @data_loader
293 def train_dataloader(self):
294 return None
295
296 @data_loader
297 def test_dataloader(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected