You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
There is a relatively new warning when loading a model with the Python module:
Warning : load_model does not return WordVectorModel or SupervisedModel any more, but a FastText object which is very similar.
Which is not very helpful: it does not say if users have to change their existing code to still get the results they expect.
Question: What does "very similar" mean here, what are the differences? Internal differences are perhaps not important if FastText objects have the same interface (i.e. the same functions and return values).
The text was updated successfully, but these errors were encountered:
There is a relatively new warning when loading a model with the Python module:
Which is not very helpful: it does not say if users have to change their existing code to still get the results they expect.
Question: What does "very similar" mean here, what are the differences? Internal differences are perhaps not important if
FastText
objects have the same interface (i.e. the same functions and return values).The text was updated successfully, but these errors were encountered: