Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarcCoru/locationencoder
/ forward
Method
forward
locationencoder/nn/fcnet.py:40–43 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
38
ResLayer(dim_hidden))
39
40
def
forward(self, x):
41
loc_emb = self.feats(x)
42
class_pred = self.class_emb(loc_emb)
43
return
class_pred
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected