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

If the number of sentences I'm trying to encode (i.e., the list X in the encode function in skipthoughts.py) is large - say around 10K or 100K then it takes...

I am running this on 8GB centos device and its stuck at "Loading tables..." part. Can someone please provide solution to that?

Dear experts, I have encountered a memory issue while attempting to train a 1 million sentence corpus using the skip thought model. In the paper, the model was trained on...

Has anyone tried using 2 language Skip-vectors for Translation , pref, using Tensorflow nmt or gnmt? Any clues will be highly appreciated. TIA

I met problem when I tried to train the decoding model. error in decoding/homogeneous_data.py next() fuction: caps = [self.caps[ii] for ii in curr_indices] feats = [self.feats[ii] for ii in curr_indices]...

Hello there, First of all, thank you so much for releasing pretrained models and theano code. I recently ported the awesome pretrained skip-thoughts models from this repo to pytorch. I...

Hello, I've been trying the original decoder and the danielricks/penseur version. At the import vocab/build_dictionary section I'm getting a vocab of less than 20 words regardless of what kind of...

I get following error when import skypthoughts in IPython: This after I edited the print missing parenthesis problem. Any help? Lot's of clang: errors... ``` Exception: Compilation failed (return status=1):...

Hi. I am new to this and was trying to run the code, but I am getting an error: IOError: Failed to interpret file '/Users/anubhav/Studies/penseur-master/data/uni_skip.npz' as a pickle How can...

I am looking at the cpu utilization and it looks like when I am encoding documents, code is just using 4 cpu even though I have 16. I can't find...