Skip to content

Cityscapes evaluation #21

@Vaportoxic1

Description

@Vaportoxic1

Hello Lavreniuk

Which backbone did you on cityscapes

n2.bias", "encoder.layer3.1.bn2.running_mean", "encoder.layer3.1.bn2.running_var", "encoder.layer4.0.conv1.weight", "encoder.layer4.0.bn1.weight", "encoder.layer4.0.bn1.bias", "encoder.layer4.0.bn1.running_mean", "encoder.layer4.0.bn1.running_var", "encoder.layer4.0.conv2.weight", "encoder.layer4.0.bn2.weight", "encoder.layer4.0.bn2.bias", "encoder.layer4.0.bn2.running_mean", "encoder.layer4.0.bn2.running_var", "encoder.layer4.0.downsample.0.weight", "encoder.layer4.0.downsample.1.weight", "encoder.layer4.0.downsample.1.bias", "encoder.layer4.0.downsample.1.running_mean", "encoder.layer4.0.downsample.1.running_var", "encoder.layer4.1.conv1.weight", "encoder.layer4.1.bn1.weight", "encoder.layer4.1.bn1.bias", "encoder.layer4.1.bn1.running_mean", "encoder.layer4.1.bn1.running_var", "encoder.layer4.1.conv2.weight", "encoder.layer4.1.bn2.weight", "encoder.layer4.1.bn2.bias", "encoder.layer4.1.bn2.running_mean", "encoder.layer4.1.bn2.running_var".
size mismatch for decoder.blocks.0.conv1.conv.weight: copying a param with shape torch.Size([1024, 4224, 3, 3]) from checkpoint, the shape in current model is torch.Size([1024, 768, 3, 3]).
size mismatch for decoder.blocks.1.conv1.conv.weight: copying a param with shape torch.Size([512, 1728, 3, 3]) from checkpoint, the shape in current model is torch.Size([512, 1152, 3, 3]).
size mismatch for decoder.blocks.2.conv1.conv.weight: copying a param with shape torch.Size([256, 864, 3, 3]) from checkpoint, the shape in current model is torch.Size([256, 576, 3, 3]).
size mismatch for decoder.blocks.3.conv1.conv.weight: copying a param with shape torch.Size([128, 256, 3, 3]) from checkpoint, the shape in current model is torch.Size([128, 320, 3, 3]).

I am getting mismatch trying to evaluate your pretrained model from huggingface. thank you very much in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions