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

model training #7

Open
fatiherbag opened this issue Jan 9, 2020 · 1 comment
Open

model training #7

fatiherbag opened this issue Jan 9, 2020 · 1 comment

Comments

@fatiherbag
Copy link

I have 8 labels in my dataset. I get mismatch error when i try training.

size mismatch for module.fc7.weight: copying a param of torch.Size([8, 256]) from checkpoint, where the shape is torch.Size([27, 256]) in current model.

@OValery16
Copy link
Owner

do not include this layer in the module you restore via model.load_state_dict(...)

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

2 participants