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

Method test_step

tasks/base_task.py:209–210  ·  view source on GitHub ↗
(self, sample, batch_idx)

Source from the content-addressed store, hash-verified

207 pass
208
209 def test_step(self, sample, batch_idx):
210 return self.validation_step(sample, batch_idx)
211
212 def test_end(self, outputs):
213 return self.validation_end(outputs)

Callers

nothing calls this directly

Calls 1

validation_stepMethod · 0.95

Tested by

no test coverage detected