Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ val_dataloader
Method
val_dataloader
tasks/base_task.py:301–302 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
299
300
@data_loader
301
def
val_dataloader(self):
302
return
None
303
304
def
on_load_checkpoint(self, checkpoint):
305
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected