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

Collapse the predictor.dump and trained.mdl #48

Open
alexrenda opened this issue May 28, 2019 · 0 comments
Open

Collapse the predictor.dump and trained.mdl #48

alexrenda opened this issue May 28, 2019 · 0 comments

Comments

@alexrenda
Copy link
Collaborator

Currently, models are exported in two parts: the predictor.dump, which is a pickle of the code and of the token embedding dictionary, and the trained.mdl which is the state_dict of the model (i.e. the actual learned tensors). This is a historical artifact and doesn't really help — these should be collapsed into one file

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