guillaume-chevalier / 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.
https://www.neuraxio.com/
MIT License
90 stars 19 forks source link

Refactor to a class to be able to reuse the code more easily outside of the notebook #4

Open guillaume-chevalier opened 5 years ago