email-summarization icon indicating copy to clipboard operation
email-summarization copied to clipboard

A module for E-mail Summarization which uses clustering of skip-thought sentence embeddings.

Results 5 email-summarization issues
Sort by recently updated
recently updated
newest added

I am using this model to summarize around 17k sentences and it is taking more than 10 minute for clustering.

I have been facing the memory error in my project. I am using an EC2 instance with 8GB of RAM.

Thanks in advance.

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....