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

Need to generalize the save and load functions #70

Open
lopez86 opened this issue May 26, 2022 · 0 comments
Open

Need to generalize the save and load functions #70

lopez86 opened this issue May 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lopez86
Copy link
Collaborator

lopez86 commented May 26, 2022

Currently, these assume that the LanguageModel class is being used but we also have the MultiLanguageModel class, which currently doesn't support save/load. This should change so that we can save and load arbitrary language models and arbitrary decoders.

We also don't want to lose backward compatibility with existing models, so the solution should still allow for existing saved models to be loaded without errors

@lopez86 lopez86 added the enhancement New feature or request label May 26, 2022
@lopez86 lopez86 self-assigned this May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant