SentenceRepresentation icon indicating copy to clipboard operation
SentenceRepresentation copied to clipboard

Results 8 SentenceRepresentation issues
Sort by recently updated
recently updated
newest added

The error report is: fastsent_inner.c:4:10: fatal error: 'Python.h' file not found #include "Python.h" I create a environment contain python=2.7 by using anaconda. What should I do?

http://www.cs.toronto.edu/~mbweb/ seems down at the moment, any mirrors?

Hello: Trying to figure out format for newsdev.tok.en and newstest.tok.en required for SDAE training. Have attempted using Penn Tree Bank test & valid files as renamed substitutes but throws this...

Thank you for releasing the code! I have trained the model using my own data from scratch. But I am unable to understand how to retrieve the embeddings for the...

Thank you for publishing this code. After following the instructions for SDAE, I run **train_book.py** and receive an error which suggests a shard variable is being overwritten with data of...

Thanks for making this GitHub public! I'm now training the FastSent model, but noticed that it requires the `pattern` module, which is not installed by default. This is very easy...

I modified 2 files and added a new one. 1) desent.py has a new function, `embedding`, to get representations given a trained model and an input file with one sentence...

Hello ! Thank you for releasing your code for FastSent ! I tried to use it, but i got this error just before the training step : > 2016-02-24 14:36:52,081...