Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ forward
Method
forward
models/nets/wrn.py:67–68 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
65
return
nn.Sequential(*layers)
66
67
def
forward(self, x):
68
return
self.layer(x)
69
70
71
class
WideResNet(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected