MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / __init__

Method __init__

detrsmpl/models/backbones/resnet.py:638–641  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

636 avg_pool with stride 2 is added before conv, whose stride is changed to 1.
637 """
638 def __init__(self, **kwargs):
639 super(ResNetV1d, self).__init__(deep_stem=True,
640 avg_down=True,
641 **kwargs)
642
643
644def conv3x3(in_planes, out_planes, stride=1, groups=1, dilation=1):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected