Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ test_end
Method
test_end
utils/commons/base_task.py:231–232 ·
view source on GitHub ↗
(self, outputs)
Source
from the content-addressed store, hash-verified
229
return
self.validation_step(sample, batch_idx)
230
231
def
test_end(self, outputs):
232
return
self.validation_end(outputs)
233
234
######################
235
# start training/testing
Callers
1
evaluate
Method · 0.45
Calls
1
validation_end
Method · 0.95
Tested by
no test coverage detected