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

Function _make_divisible

network/backbone/mobilenetv2.py:16–33  ·  view source on GitHub ↗

This function is taken from the original tf repo. It ensures that all layers have a channel number that is divisible by 8 It can be seen here: https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet/mobilenet.py :param v: :param divisor: :param min_

(v, divisor, min_value=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected