-
Do you have an example usage of `nn_words`, i.e., as shown in "Table 3: Nearest neighbours of words after vocabulary expansion" in the paper?
It's not clear how to prepare the parameters to pass in -…
-
When I run the Semantic-Relatedness task
import eval_sick
eval_sick.evaluate(model, evaltest=True)
Errors:
In [7]: import eval_sick
Using Theano backend.
In [8]: eval_sick.evaluate(model, evaltest=T…
-
-
When I tried to encode a list of 20 sentences, it was successful but then now I am trying to encode a list of 283007 sentences, named `data1`, and now I'm getting value error while running` vec_d1 = e…
-
There are two files used for generation referenced in config.py:
`caption_style.npy'`
`romance_style.npy'`
these style vectors are used by generate.py
`bneg = numpy.load(config.paths['negbias'])`
`…
-
When I run the Semantic-Relatedness task
import eval_sick
eval_sick.evaluate(model, evaltest=True)
Errors:
Traceback (most recent call last):
File "/home/mmc/Downloads/skip-thoughts-master/Semantic…
-
on running generate.story(z, './images/ex2.jpg') which is image of a flower, i get random nearest neighbor captions followed by an error as below:
>> generate.story(z, './images/ex2.jpg')
NEAREST-…
-
Hi my console starts with this when running python:
```
Python 3.6.0 |Anaconda 4.3.1 (x86_64)| (default, Dec 23 2016, 13:19:00)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
…
-
Documentation has been kindly requested in the TensorFlow repo. See [this issue](https://github.com/tensorflow/tensorflow/issues/20273).
-
having same issue as described [here](https://github.com/emansim/text2image/issues/9) even after setting floatX=float32. i have cuda 7.0, cudnn installed on ubuntu 14.04. skipthoughts is verified wor…