ryankiros / skip-thoughts

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
2.05k stars 544 forks source link

How to leverage dl4mt models in skip-thought? #9

Open amirj opened 8 years ago

amirj commented 8 years ago

I built a simple encoder-decoder model using dl4mt project. The output model is .npz and .npz.pkl files. Is it possible to leverage this model in skip-thought experiments? Thank you for your comments.