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

Win10 64bits update #4

Merged
merged 9 commits into from
Mar 21, 2017

Conversation

philippeportesppo
Copy link
Contributor

-Fixed model access issue to syn0, index2word using .wv. member
-Fixed index issue due to float used is not supported
-Fixed memory issue caused by toarray by replacing by asarray to avoid memory duplication and reuslting out of memory

Versions of python used:
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
pip (9.0.1)

scikit-learn (0.18.1)
scipy (0.19.0)
nltk (3.2.2)
numpy (1.12.1+mkl)
Cython (0.25.2)
beautifulsoup4 (4.5.3)
pandas (0.19.2)

Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
pip (9.0.1)

scikit-learn (0.18.1)
scipy (0.19.0)
nltk (3.2.2)
numpy (1.12.1+mkl)
Cython (0.25.2)
beautifulsoup4 (4.5.3)
pandas (0.19.2)
Replace toarray call by a asarray to avoid memory fault.
Fixed the model access to internal index2word array
Fixed the index cast from float to int for reviewFeatureVec
@wendykan wendykan merged commit 6bab1b6 into wendykan:master Mar 21, 2017
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