MCPcopy Create free account
hub / github.com/HiLab-git/SSL4MIS / __init__

Method __init__

code/networks/efficientunet.py:179–207  ·  view source on GitHub ↗
(
            self,
            encoder_name: str = "resnet34",
            encoder_depth: int = 5,
            encoder_weights: str = "imagenet",
            decoder_use_batchnorm=True,
            decoder_channels=(256, 128, 64, 32, 16),
            decoder_attention_type=None,
            in_channels: int = 3,
            classes: int = 1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 3

get_encoderFunction · 0.90
UnetDecoderClass · 0.85
initialize_decoderFunction · 0.85

Tested by

no test coverage detected