Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
forward
Method · 0.45
_run_ddp_forward
Method · 0.45
evaluate
Method · 0.45
Calls
1
validation_step
Method · 0.95
Tested by
no test coverage detected