MCPcopy Create free account
hub / github.com/OpenBMB/VisRAG / __init__

Method __init__

timm_modified/timm/models/xception_aligned.py:146–184  ·  view source on GitHub ↗
(
            self,
            in_chs: int,
            out_chs: int,
            stride: int = 1,
            dilation: int = 1,
            pad_type: PadType = '',
            no_skip: bool = False,
            act_layer: Type[nn.Module] = nn.ReLU,
            norm_layer: Optional[Type[nn.Module]] = None,
            drop_path: Optional[nn.Module] = None
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

create_conv2dFunction · 0.90
get_norm_act_layerFunction · 0.90
PreSeparableConv2dClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected