Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexZou14/SCET
/ functions
Functions
23 in github.com/AlexZou14/SCET
⨍
Functions
23
◇
Types & classes
10
↓ 9 callers
Method
__init__
(self, nf, reduction=2, stride=1, dilation=1)
model/scet_net.py:186
↓ 1 callers
Function
to_3d
(x)
model/scet_net.py:22
↓ 1 callers
Function
to_4d
(x,h,w)
model/scet_net.py:25
Method
__init__
(self, normalized_shape)
model/scet_net.py:29
Method
__init__
(self, normalized_shape)
model/scet_net.py:45
Method
__init__
(self, dim, LayerNorm_type)
model/scet_net.py:63
Method
__init__
(self, dim, ffn_expansion_factor, bias)
model/scet_net.py:77
Method
__init__
(self, dim, num_heads, bias)
model/scet_net.py:100
Method
__init__
(self, dim=48, num_heads=8, ffn_expansion_factor=2.66, bias=False, LayerNorm_type=WithBias_LayerNorm)
model/scet_net.py:134
Method
__init__
(self, num, fm, **args)
model/scet_net.py:150
Method
__init__
(self, nf, k_size=3)
model/scet_net.py:164
Method
__init__
(self, hiddenDim=32, mlpDim=128, scaleFactor=2)
model/scet_net.py:228
Method
forward
(self, x)
model/scet_net.py:40
Method
forward
(self, x)
model/scet_net.py:57
Method
forward
(self, x)
model/scet_net.py:70
Method
forward
(self, x)
model/scet_net.py:89
Method
forward
(self, x)
model/scet_net.py:109
Method
forward
(self, x)
model/scet_net.py:142
Method
forward
(self, x)
model/scet_net.py:156
Method
forward
(self, x)
model/scet_net.py:171
Method
forward
(self, x)
model/scet_net.py:207
Method
forward
(self, x)
model/scet_net.py:256
Method
init_weights
Init weights for models. Args: pretrained (str, optional): Path for pretrained weights. If given None, pretrained
model/scet_net.py:262