Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AtlasAnalyticsLab/AdaFisher
/ forward
Method
forward
Image_Classification/src/models/swin.py:33–34 ·
view source on GitHub ↗
(self, x, **kwargs)
Source
from the content-addressed store, hash-verified
31
self.fn = fn
32
33
def
forward(self, x, **kwargs):
34
return
self.fn(self.norm(x), **kwargs)
35
36
37
class
FeedForward(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected