skip-thoughts
skip-thoughts copied to clipboard
Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [2], in () ----> 1 model = skipthoughts.load_model() AttributeError: module 'skipthoughts' has no attribute 'load_model'
The website is down, so this is an alternative one to download the files: http://mirror.nubenum.de/www.cs.toronto.edu/~rkiros/models/
连他娘的requirements都没有,爷服了 连他娘的requirements都没有,爷服了 连他娘的requirements都没有,爷服了
A suggestion to start modernizing code to latest python 3.7
Unable to locate file uni_skip.npz.pkl even though it's in the right location. Any clue on how to fix this? Thanks in advance!
I want to generate summary of text using https://github.com/microsoft/unilm. Does this library help?
When trying to load the model using `skipthoughts.load_model()`, I encountered the following error and I am unsure as to how to resolve it. ``` Loading model parameters... Compiling encoders... Loading...