kadarakos

Results 29 comments of kadarakos

I'll mention the issue on the Pytorch forum.

The way the data loading is done is with a bunch of nested `try`/`except` blocks, which I feel like is something we would like to avoid in general but it...

> I think it would make more sense to go by file ending here (maybe `.spacy` vs. not-`.spacy`) and take it from there? okok and then only the decode error...

The project currently lives here https://github.com/explosion/spancat-datasets/, but there is no reason not to make it public and its nicer if its in the projects in any case as we discussed.

Closed this PR, because over time the priorities shifted.

Hey goonhoon, Thank you for sharing your observation! May I ask you to provide a few example where the labels are rendered vs. they are not?

Thank you for the example! But may I ask you to provide a *code example* so that its easier for me to test it?

I tried replicating the issue using the code that you have provided and ran the code that you have provided in a Jupyter Notebook running ```python options = {"spans_key": "sentences"}...