/GloVe-as-a-TensorFlow-Embedding-Layer

Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer INSIDE THE GPU. Therefore, you only need to send the INDEX of the words through the GPU data transfer bus, reducing data transfer overhead.

Primary LanguageJupyter NotebookMIT LicenseMIT

Watchers