↓ 1 callersFunctioncreate_byob_stages(
cfg: ByoModelCfg, drop_path_rate: float, output_stride: int, stem_feat: Dict[str, Any],
feat
timm/models/byobnet.py:999
↓ 1 callersFunctioncreate_byob_stem(in_chs, out_chs, stem_type='', pool_type='', feat_prefix='stem', layers: LayerFn = None)
timm/models/byobnet.py:914
↓ 1 callersFunctioncreate_stem(
in_chans=3, out_chs=32, kernel_size=3, stride=2, pool='',
act_layer=None, norm_layer=None, a
timm/models/cspnet.py:131
↓ 1 callersFunctiondownsample_avg(
in_channels, out_channels, kernel_size, stride=1, dilation=1, first_dilation=None, norm_layer=None)
timm/models/resnet.py:440
↓ 1 callersFunctiondownsample_conv(
in_channels, out_channels, kernel_size, stride=1, dilation=1, first_dilation=None, norm_layer=None)
timm/models/resnet.py:426