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

Correctly load state from pretraining #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davnn
Copy link

@davnn davnn commented Jan 31, 2021

    # Filter out decoder network keys
    ae_net_dict = {k: v for k, v in ae_net_dict.items() if k in net_dict}

Did not match any keys. The encoders seem to live in .encoder of the corresponding AE and we can directly import the keys from there.

        # Filter out decoder network keys
        ae_net_dict = {k: v for k, v in ae_net_dict.items() if k in net_dict}

Did not match any keys. The encoders seem to live in `.encoder` of the corresponding AE and we can directly import the keys from there.
@davnn davnn mentioned this pull request Jan 31, 2021
@davnn
Copy link
Author

davnn commented Jan 31, 2021

addresses #9

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

Successfully merging this pull request may close these issues.

None yet

1 participant