dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.38k stars 305 forks source link

Kernel crash #65

Open gjmichel opened 4 years ago

gjmichel commented 4 years ago

Hi everyone, I don't know if it has happened to someone before, but I can't use the package. I can import everything but when I try to run it (with coreference) , the kernel crashes, both on Colab(even with a TPU) and jupyter running locally. Do you know how to fix this ? Thanks!

dmmiller612 commented 4 years ago

Not too sure on the coreference front. There have been several issues with Spacy and the Coreference package. It could also be due to limited memory depending on the model that you are using.

gjmichel commented 4 years ago

Thanks for your help! It works without the coreference feature so yeah I guess it's due to some issue with Spacy.

frankfka commented 3 years ago

@gjmichel, @dmmiller612 - have any of you looked into this? I'm getting crashes on Colab when I try to use coreference