skip-thoughts icon indicating copy to clipboard operation
skip-thoughts copied to clipboard

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"

Results 80 skip-thoughts issues
Sort by recently updated
recently updated
newest added

i have edited this code with python 3 compatibility.The vocab.py shows errors when run on python 3 .i have converted the code to python 3 and you can now create...

i can not get the files uni_skip.npz.pkl,because i am not in your country.can you put it on your github?

On running the train module from this [github repository](https://github.com/ryankiros/skip-thoughts/tree/master/training) > import train > train.trainer(list) While running the above code. we are getting error in Theano. error file has been attached....

Traceback (most recent call last): File "/Users/Sharhad/skip_thoughts/tensorflow-models/skip_thoughts/bazel-bin/skip_thoughts/evaluate.runfiles/__main__/skip_thoughts/evaluate.py", line 37, in from skipthoughts import eval_classification File "/Users/Sharhad/skip_thoughts/skipthoughts_kiros/skipthoughts/eval_classification.py", line 5, in import nbsvm ModuleNotFoundError: No module named 'nbsvm' Any ideas how to...

Am facing issue in encode function of skipthought.py Below line has thrown error: uembedding[j,ind] = model['utable']['UNK'] **KeyError: 'UNK'** am using below package version: Theano== 0.7.0 numpy==1.15.1 keras== 2.2.2

Hello, I 'm enable to download the 3 last models : - uni_skip.npz.pkl - bi_skip.npz - and bi_skip.npz.pkl I have a permission error when trying to download with wget. Regs,...

I am trying to use your code to generate skip thought vectors. In the requirements, it says, it requires python 2.7 and keras for semantic relatedness. However, importing keras throws...

Thanks for releasing the code! I noticed that in skip-thoughts/training/optim.py, the roles for beta1 and beta2 in the paper (https://arxiv.org/pdf/1412.6980.pdf) are replaced with 1-beta1 and 1-beta2 when updating the exp...

There is a logical error in the file eval_trec.py, which evaluates skipthoughts on classification into 1 of 6 different question-types. The program uses a label-to-number mapping for classification, however these...

Hi, I tried finding a comparison to ascertain if my training is going fine or not. So asking here. PFA an image of my training on tensorboard. Is it going...