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

[WIP] Enable continuation of training of models loaded from native fastText #2299

Closed
wants to merge 4 commits into from

Conversation

mpenkov
Copy link
Collaborator

@mpenkov mpenkov commented Dec 16, 2018

Previously, our model loading code did not load the hidden output matrix. This matrix is necessary for training continuation.

Addresses #2160.

Copy link
Contributor

@menshikh-iv menshikh-iv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great @mpenkov, please don't forget to add description & better name for PR

regression-test/toy-data.txt Outdated Show resolved Hide resolved
regression-test/test_2160.py Outdated Show resolved Hide resolved
regression-test/test_2160.py Outdated Show resolved Hide resolved
regression-test/test_2160.py Outdated Show resolved Hide resolved
regression-test/test_2160.py Outdated Show resolved Hide resolved
gensim/models/fasttext.py Show resolved Hide resolved
gensim/models/fasttext.py Show resolved Hide resolved
gensim/models/fasttext.py Show resolved Hide resolved
@mpenkov mpenkov changed the title WIP Enable continuation of training of models loaded from native fastText Dec 16, 2018
@mpenkov mpenkov changed the title Enable continuation of training of models loaded from native fastText [WIP] Enable continuation of training of models loaded from native fastText Dec 17, 2018
@menshikh-iv
Copy link
Contributor

Overlapped by #2313

@mpenkov mpenkov deleted the 2160 branch June 26, 2020 01:58
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.

2 participants