MCPcopy 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
314def BNReLU(ch):
315 return nn.Sequential(
316 Norm2d(ch),
317 nn.ReLU())
318
319
320def make_seg_head(in_ch, out_ch):

Callers 3

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls 1

Norm2dFunction · 0.90

Tested by

no test coverage detected