cusim
cusim copied to clipboard
Superfast CUDA implementation of Word2Vec and Latent Dirichlet Allocation (LDA)
when trying to install via `pip install cusim-0.0.2.tar.gz` I got this error as following: ```bash no matching distribution found for setuptools>=1.3.2 ``` while i have actually `setuptools==41.4.0` Can you help?
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting cusim Using cached https://pypi.tuna.tsinghua.edu.cn/packages/50/0d/3f7cde3e169d0949342af84ed4d0ab02d094191d7b927add4ce592145c32/cusim-0.0.2.tar.gz (364 kB) ERROR: The tar file (C:\Users\admin\AppData\Local\Temp\pip-unpack-ih0m5zfp\cusim-0.0.2.tar.gz) has a file (C:\Users\admin\AppData\Local\Temp\pip-install-ullfmob7\cusim\cusim/aux.py) trying to install outside target directory (C:\Users\admin\AppData\Local\Temp\pip-install-ullfmob7\cusim)
python setup.py install gives me this error Traceback (most recent call last): File "setup.py", line 23, in from cuda_setup import CUDA, BUILDEXT File "/home/d/cusim/cuda_setup.py", line 260, in assert CUDA is...
In https://github.com/js1010/cusim/blob/main/cpp/src/utils/ioutils.cc the "not" logical operator should be replaced by "!" ``` cpp/src/utils\ioutils.cc(25): error C2065: 'not': undeclared identifier cpp/src/utils\ioutils.cc(25): error C2146: syntax error: missing ')' before identifier 'err_cmt' cpp/src/utils\ioutils.cc(25): error...
Can we also get doc2vec implementation?