paragraph-vectors icon indicating copy to clipboard operation
paragraph-vectors copied to clipboard

:page_facing_up: A PyTorch implementation of Paragraph Vectors (doc2vec).

Results 15 paragraph-vectors issues
Sort by recently updated
recently updated
newest added

##### PyTorch and CUDA versions pytorch - 0.4.1 CUDA - 9.0 ##### Description I am having an issue with data.py. on line 119, process.start() yields the following error: TypeError: 'generator'...

I have tested this project in windows 10 , I am very interested in your field of deep learning by pytorch and Doc2vec I am running Python 3.10. On Windows...

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.4.34 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

I.e. training in which only the paragraph matrix is updated (word vectors are pre-trained and frozen), as described in Q. V. Le et al., Distributed Representations of Sentences and Documents.

enhancement
help wanted

The model name ends with the extension .pth.tar and given an error "The archive is either in unknown format or damaged"

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/kennethreitz/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

I would like to volunteer for the implementation of "prior word vector from word2vec or glove" I think the library could use the pre-trained word vector as an initialization instead...