Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ICTMCG/FakeSV
/ forward
Method
forward
code/models/TikTec.py:18–19 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
16
self.mlp = nn.Sequential(*layers)
17
18
def
forward(self, input):
19
return
self.mlp(input)
20
21
class
MaskAvg(nn.Module):
22
def
__init__(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected