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

Method forward

utils/spatial_att_github.py:191–193  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

189 )
190
191 def forward(self, query):
192 out = self.model(query)
193 return out.reshape(-1, 4, 72)
194
195
196class SpatialBasis:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected