cove icon indicating copy to clipboard operation
cove copied to clipboard

Results 5 cove issues
Sort by recently updated
recently updated
newest added

Hay, Too lazy to create a pull request, but the link to the blog article is incorrect. Can someone please update that to. https://blog.einstein.ai/learned-in-translation-contextualized-word-vectors/ right now its https://einstein.ai/research/learned-in-translation-contextualized-word-vectors/ cheers, Faizan

I'm trying to train an NMT model to obtain CoVe vectors which will be used later on a QA task. I have a parallel corpus (Turkish-English), I prepared dataset for...

While running Dict.py i am getting the error: label = self.idxToLabel[i] KeyError: 0 How can i solve it

Not sure whether it is related to CentOS, I got error when executing the following command to test CoVe `python test/example.py --device -1` The error is: ![string error](https://user-images.githubusercontent.com/36614806/45600530-f3c6a800-b9b2-11e8-9f4b-4891ec266b1b.png) My workaround...

Hi, I am trying to install cove without docker. `pip install -r requirements.txt` keeps throwing this error: ``` Cannot unpack file /tmp/pip-xf6x1mi6-unpack/text.git (downloaded from /tmp/pip-kv27mvuv-build, content-type: text/html; charset=utf-8); cannot detect...