Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MoonInTheRiver/DiffSinger
/ test
Method
test
utils/pl_utils.py:584–586 ·
view source on GitHub ↗
(self, model)
Source
from the content-addressed store, hash-verified
582
self.train()
583
584
def
test(self, model):
585
self.testing = True
586
self.fit(model)
587
588
@property
589
def
training_tqdm_dict(self):
Callers
1
start
Method · 0.95
Calls
1
fit
Method · 0.95
Tested by
no test coverage detected