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

convert_to_singleton doesn't seem to handle bias properly #689

Open
punitkoura opened this issue Mar 22, 2023 · 0 comments
Open

convert_to_singleton doesn't seem to handle bias properly #689

punitkoura opened this issue Mar 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@punitkoura
Copy link
Contributor

  1. Take a 125m pretrained checkpoint.
  2. Consolidate the checkpoint using convert_to_singleton.py
  3. Try loading the model behind the metaseq API.

RuntimeError: Error(s) in loading state_dict for TransformerLanguageModel:
Missing key(s) in state_dict: "decoder.layers.0.fc2.bias", "decoder.layers.1.fc2.bias",

@punitkoura punitkoura added the bug Something isn't working label Mar 22, 2023
@andrewPoulton andrewPoulton self-assigned this Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants