↓ 1 callersMethod__init__(self, in_channels, out_channels, kernel_size=3, activation=None, upsampling=1)
src/models/base_networks/segmentation_models_pytorch/base/heads.py:7
Method__init__(self, cycles=1, scaling=True, rotations=True,
elastic_deform=False, mirror=False, brightness
src/datasets/transformers/micnn_augmentor.py:33
Method__init__(self, stage_idxs, out_channels, depth=5, channel_multiplier=1.0, depth_multiplier=1.0)
src/models/base_networks/segmentation_models_pytorch/encoders/timm_efficientnet.py:54
Method__init__(self, out_channels, config, batch_norm=False, depth=5, **kwargs)
src/models/base_networks/segmentation_models_pytorch/encoders/vgg.py:44
Method__init__(self, in_channels, sizes=(1, 2, 3, 6), use_bathcnorm=True)
src/models/base_networks/segmentation_models_pytorch/pspnet/decoder.py:27
Method__init__(self, in_channels, classes, pooling="avg", dropout=0.2, activation=None)
src/models/base_networks/segmentation_models_pytorch/base/heads.py:16