MCPcopy Create free account
hub / github.com/BIT-MCS/DRL-eFresh / forward

Method forward

utils/spatial_att_github.py:177–180  ·  view source on GitHub ↗
(self, X)

Source from the content-addressed store, hash-verified

175 self.vision_lstm.reset()
176
177 def forward(self, X):
178 X = X.transpose(1, 3)
179 O, _ = self.vision_lstm(self.vision_cnn(X))
180 return O.transpose(1, 3)
181
182
183class QueryNetwork(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected