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