MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / test_end

Method test_end

tasks/tts/tts.py:115–119  ·  view source on GitHub ↗
(self, outputs)

Source from the content-addressed store, hash-verified

113 utils.load_ckpt(self.pe, hparams['pe_ckpt'], 'model', strict=True)
114 self.pe.eval()
115 def test_end(self, outputs):
116 self.saving_result_pool.close()
117 [f.get() for f in tqdm(self.saving_results_futures)]
118 self.saving_result_pool.join()
119 return {}
120
121 ##########
122 # utils

Callers 1

evaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected