MCPcopy Create free account
hub / github.com/AggieSportsAnalytics/CourtCheck / forward

Method forward

backend/models/stroke_detector.py:23–25  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

21 self.feature_extractor.fc = Identity()
22
23 def forward(self, x):
24 output = self.feature_extractor(x)
25 return output
26
27
28class LSTM_model(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected