MCPcopy Create free account
hub / github.com/Mattdl/ContinualPrototypeEvolution / forward_training

Method forward_training

model/icarl.py:97–99  ·  view source on GitHub ↗
(self, x, t)

Source from the content-addressed store, hash-verified

95 return out # return 1-of-C code, ns x nc
96
97 def forward_training(self, x, t):
98 output = self.net(x)
99 return output
100
101 def observe(self, x, t, y):
102 # update memory

Callers 1

_plot_featspaceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected