MCPcopy Index your code
hub / github.com/MoonInTheRiver/DiffSinger / _validation_end

Method _validation_end

tasks/base_task.py:177–183  ·  view source on GitHub ↗

:param outputs: :return: loss_output: dict

(self, outputs)

Source from the content-addressed store, hash-verified

175 raise NotImplementedError
176
177 def _validation_end(self, outputs):
178 """
179
180 :param outputs:
181 :return: loss_output: dict
182 """
183 raise NotImplementedError
184
185 def validation_end(self, outputs):
186 loss_output = self._validation_end(outputs)

Callers 1

validation_endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected