Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CT segmentation fail #43

Open
TanjaLe opened this issue Feb 13, 2025 · 0 comments
Open

CT segmentation fail #43

TanjaLe opened this issue Feb 13, 2025 · 0 comments

Comments

@TanjaLe
Copy link

TanjaLe commented Feb 13, 2025

CT segmentierung bricht ab:

RuntimeError: Error(s) in loading state_dict for PlainConvUNet:
size mismatch for decoder.seg_layers.0.weight: copying a param with shape torch.Size([10, 320, 1, 1, 1]) from checkpoint, the shape in current model is torch.Size([11, 320, 1, 1, 1]).
size mismatch for decoder.seg_layers.0.bias: copying a param with shape torch.Size([10]) from checkpoint, the shape in current model is torch.Size([11]).
size mismatch for decoder.seg_layers.1.weight: copying a param with shape torch.Size([10, 256, 1, 1, 1]) from checkpoint, the shape in current model is torch.Size([11, 256, 1, 1, 1]).
size mismatch for decoder.seg_layers.1.bias: copying a param with shape torch.Size([10]) from checkpoint, the shape in current model is torch.Size([11]).
size mismatch for decoder.seg_layers.2.weight: copying a param with shape torch.Size([10, 128, 1, 1, 1]) from checkpoint, the shape in current model is torch.Size([11, 128, 1, 1, 1]).
size mismatch for decoder.seg_layers.2.bias: copying a param with shape torch.Size([10]) from checkpoint, the shape in current model is torch.Size([11]).
size mismatch for decoder.seg_layers.3.weight: copying a param with shape torch.Size([10, 64, 1, 1, 1]) from checkpoint, the shape in current model is torch.Size([11, 64, 1, 1, 1]).
size mismatch for decoder.seg_layers.3.bias: copying a param with shape torch.Size([10]) from checkpoint, the shape in current model is torch.Size([11]).
size mismatch for decoder.seg_layers.4.weight: copying a param with shape torch.Size([10, 32, 1, 1, 1]) from checkpoint, the shape in current model is torch.Size([11, 32, 1, 1, 1]).
size mismatch for decoder.seg_layers.4.bias: copying a param with shape torch.Size([10]) from checkpoint, the shape in current model is torch.Size([11]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant