Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-MCS/DRL-eFresh
/ forward
Method
forward
methods/SpatialAttGRU.py:116–118 ·
view source on GitHub ↗
(self, query)
Source
from the content-addressed store, hash-verified
114
)
115
116
def
forward(self, query):
117
out = self.model(query)
118
return
out.reshape(-1, 4, 72)
119
120
121
class
SpatialBasis:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected