Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anoise/WTFlib
/ forward
Method
forward
LDPS_Graph/layers/Embed.py:59–60 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
57
self.emb.weight = nn.Parameter(w, requires_grad=False)
58
59
def
forward(self, x):
60
return
self.emb(x).detach()
61
62
63
class
TemporalEmbedding(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected