Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains-Research/code2seq
/ test_epoch_end
Method
test_epoch_end
code2seq/model/code2class.py:96–97 ·
view source on GitHub ↗
(self, outputs: EPOCH_OUTPUT)
Source
from the content-addressed store, hash-verified
94
self._shared_epoch_end(outputs,
"val"
)
95
96
def
test_epoch_end(self, outputs: EPOCH_OUTPUT):
97
self._shared_epoch_end(outputs,
"test"
)
Callers
nothing calls this directly
Calls
1
_shared_epoch_end
Method · 0.95
Tested by
no test coverage detected