MCPcopy Index your code
hub / github.com/yerfor/GeneFacePlusPlus / test_step

Method test_step

utils/commons/base_task.py:228–229  ·  view source on GitHub ↗
(self, sample, batch_idx)

Source from the content-addressed store, hash-verified

226 pass
227
228 def test_step(self, sample, batch_idx):
229 return self.validation_step(sample, batch_idx)
230
231 def test_end(self, outputs):
232 return self.validation_end(outputs)

Callers 3

forwardMethod · 0.45
_run_ddp_forwardMethod · 0.45
evaluateMethod · 0.45

Calls 1

validation_stepMethod · 0.95

Tested by

no test coverage detected