-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fasttext model loading from gzip files (#2476)
* added some assertions * extract np.fromfile function, add tests around it * add gzip test case * get matrix loading working with gzip * remove assertion, some tests trip it * apply comments from review * make flake8 happy * Update gensim/models/_fasttext_bin.py Co-Authored-By: mpenkov <m@penkov.dev> * More review responses
- Loading branch information
Showing
4 changed files
with
80 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters