Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MoonInTheRiver/DiffSinger
/ test_end
Method
test_end
tasks/base_task.py:212–213 ·
view source on GitHub ↗
(self, outputs)
Source
from the content-addressed store, hash-verified
210
return
self.validation_step(sample, batch_idx)
211
212
def
test_end(self, outputs):
213
return
self.validation_end(outputs)
214
215
###########
216
# Running configuration
Callers
nothing calls this directly
Calls
1
validation_end
Method · 0.95
Tested by
no test coverage detected