Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/semantic-segmentation
/ BNReLU
Function
BNReLU
network/utils.py:314–317 ·
view source on GitHub ↗
(ch)
Source
from the content-addressed store, hash-verified
312
313
314
def
BNReLU(ch):
315
return
nn.Sequential(
316
Norm2d(ch),
317
nn.ReLU())
318
319
320
def
make_seg_head(in_ch, out_ch):
Callers
3
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
Calls
1
Norm2d
Function · 0.90
Tested by
no test coverage detected