8000 GitHub - headinthebox/embedding: GloVe model for distributed word representation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

headinthebox/embedding

 
 

Repository files navigation

Embedding Engine Build Status

Installation

The code can be installed with pip install -e .

Testing

In the main directory, run ./download_data.sh to get a wikipedia text dump. Then, embeddings can be computed via embedding compute, and standard evaluation metrics can be run with embedding evaluate.

Known Issues

  • The current release of PyTorch has a memory leak for sparse matrix multiplies and QR decomposition on the GPU. These issues are fixed in PyTorch now, and the new version can be obtained by building PyTorch from source.
  • PyTorch sparse matrix multiply on a CPU is very slow. Because of this, GPU use is recommended.

About

GloVe model for distributed word representation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.0%
  • C 46.5%
  • Shell 3.9%
  • Makefile 0.6%
0