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

Suppress fasttext warnings when loading models #90

Merged
merged 1 commit into from
Feb 26, 2021

Conversation

fabiosangregorio
Copy link
Contributor

This is a quick PR to suppress the several fasttext warnings when loading ML models.
An example of said warning is:

Warning : `load_model` does not return WordVectorModel or SupervisedModel any more, but a `FastText` object which is very similar.

The fix is taken from facebookresearch/fastText#1067.

@marcorosa marcorosa merged commit ed8fdc5 into develop Feb 26, 2021
@marcorosa marcorosa deleted the chore/fasttest_warnings branch February 26, 2021 16:49
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