MCPcopy 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

startMethod · 0.95

Calls 1

fitMethod · 0.95

Tested by

no test coverage detected