Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mattdl/ContinualPrototypeEvolution
/ checks
Method
checks
model/CoPE_CE.py:123–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
self.checks()
122
123
def
checks(self):
124
for
c, cmem in self.class_mem.items():
125
assert len(cmem.update_age) >= cmem.qi.shape[0]
126
127
def
summarize_batch(self, y_ext, y, y_s):
128
CoPE.summarize_batch(y_ext, y, y_s)
Callers
1
observe
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected