Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Warning about load_model rather unhelpful #1083

Closed
bricksdont opened this issue Jun 5, 2020 · 1 comment
Closed

Warning about load_model rather unhelpful #1083

bricksdont opened this issue Jun 5, 2020 · 1 comment

Comments

@bricksdont
Copy link

bricksdont commented Jun 5, 2020

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).

@bricksdont
Copy link
Author

Just saw existing issues about the same thing, e.g. #1067

Apologies, closing now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant