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

Method __init__

timm_modified/timm/models/efficientnet.py:191–243  ·  view source on GitHub ↗
(
            self,
            block_args,
            out_indices=(0, 1, 2, 3, 4),
            feature_location='bottleneck',
            in_chans=3,
            stem_size=32,
            fix_stem=False,
            output_stride=32,
            pad_type='',
            round_chs_fn=round_channels,
            act_layer=None,
            norm_layer=None,
            se_layer=None,
            drop_rate=0.,
            drop_path_rate=0.
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

get_norm_act_layerFunction · 0.90
create_conv2dFunction · 0.90
EfficientNetBuilderClass · 0.85
FeatureInfoClass · 0.85
FeatureHooksClass · 0.85
get_dictsMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected