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

Method test_start

tasks/base_task.py:206–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204 return [optm]
205
206 def test_start(self):
207 pass
208
209 def test_step(self, sample, batch_idx):
210 return self.validation_step(sample, batch_idx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected