Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ merge_bn
Method
merge_bn
dmidas/backbones/next_vit.py:161–162 ·
view source on GitHub ↗
(self, pre_norm)
Source
from the content-addressed store, hash-verified
159
self.drop = nn.Dropout(drop)
160
161
def
merge_bn(self, pre_norm):
162
merge_pre_bn(self.conv1, pre_norm)
163
164
def
forward(self, x):
165
x = self.conv1(x)
Callers
3
merge_bn
Method · 0.45
merge_bn
Method · 0.45
merge_bn
Method · 0.45
Calls
1
merge_pre_bn
Function · 0.85
Tested by
no test coverage detected