Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HobbitLong/SupContrast
/ forward
Method
forward
networks/resnet_big.py:208–209 ·
view source on GitHub ↗
(self, features)
Source
from the content-addressed store, hash-verified
206
self.fc = nn.Linear(feat_dim, num_classes)
207
208
def
forward(self, features):
209
return
self.fc(features)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected