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

Method forward

model/CoPE_CE.py:62–64  ·  view source on GitHub ↗
(self, x, t=0)

Source from the content-addressed store, hash-verified

60 self.sample_scheme = SampleScheme(self, sample_qi_mode=args.sample_qi_mode)
61
62 def forward(self, x, t=0):
63 output = self.net(x)
64 return output
65
66 def forward_training(self, x):
67 return self.forward(x)

Callers 2

forward_trainingMethod · 0.95
observeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected