Hardian Lawi

Results 4 comments of Hardian Lawi

I encounter this issue as well where the thread just hangs there. Is it possible to have a `timeout` option?

Can we get this merged? @nikitakit

I also tried running the spacy pipeline using GPU by adding the codes below, but it does not seem to give much boost. ```python import spacy import torch spacy.prefer_gpu() device...

I think the codes do not work for all pre-trained models. I tried changing `bert-base-cased` to `roberta-large` and it did not work for the example in the documentation