MCPcopy Create free account
hub / github.com/VainF/DeepLabV3Plus-Pytorch / __init__

Method __init__

network/backbone/mobilenetv2.py:85–167  ·  view source on GitHub ↗

MobileNet V2 main class Args: num_classes (int): Number of classes width_mult (float): Width multiplier - adjusts number of channels in each layer by this amount inverted_residual_setting: Network structure round_nearest (int): Round

(self, num_classes=1000, output_stride=8, width_mult=1.0, inverted_residual_setting=None, round_nearest=8)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

_make_divisibleFunction · 0.85
ConvBNReLUClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected