Mark Neumann

Results 19 comments of Mark Neumann

I ran into this today, perhaps it could be detected and an error thrown? It could be checked here: https://github.com/explosion/spaCy/blob/master/spacy/cli/_util.py#L135 e.g just checking that post interpolation, none of the major...

Probably yes - I haven't thought about it too much, as relatively, decoding is fast wrt to the training time. PRs welcome!

@kearnsw this is a version issue, I just experienced the same thing myself. You need `pip install tensorboard==1.0.0a6`. PR incoming.

(you'll also need to uninstall all the other tensorboard distributions you installed, probably, because of namespace clashes etc.)

No, not in the near future. Pytorch for TPU is in very early alpha.

Hi, This is because this code here: https://github.com/allenai/allennlp/blob/master/allennlp/data/dataset_readers/dataset_utils/span_utils.py#L254 doesn't handle the case of ill formed tag sequences. If you wanted to contribute a fix to allow it to handle ill...

Closing, as we no longer use numpy style docstrings

Hmm, thanks @iacopy! Most of these look like tokenization errors, leading to misclassification. Some of them also look like reasonable entities to me also. If you can consistently recognise an...

Hi @BlakeList, Creating your own entity linker is quite straightforward - there is one fiddly bit in how the linkers are registered with scispacy at the moment which is less...

@BlakeList did you get it working? Let us know if everything worked well for you!