Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MoonInTheRiver/DiffSinger
/ training_end
Method
training_end
tasks/base_task.py:273–274 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
271
return
model
272
273
def
training_end(self, *args, **kwargs):
274
return
None
275
276
def
init_ddp_connection(self, proc_rank, world_size):
277
set_hparams(print_hparams=False)
Callers
1
training_forward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected