Sofie Van Landeghem

Results 361 comments of Sofie Van Landeghem

I'm a little puzzled, because I can't actually reproduce this. We don't normally ask this, but can you provide a screenshot showing the duplicate section and the options that were...

While it's kind of unfortunate, for now I think I'd be in favour of adding a note to the docs, and perhaps also trying to catch when this happens and...

@mborsetti: I deleted an unrelated comment about `typer` that you had posted in multiple places and that we have addressed elsewhere, to ensure this discussion stays on track.

Related issue, cf code in IO tests of https://github.com/explosion/spacy-transformers/pull/277: ``` nlp.to_disk(file_path) nlp2 = util.load_model_from_config(orig_config, auto_fill=True, validate=True) nlp2.initialize(lambda: train_examples) nlp2.from_disk(file_path) ``` --> It shouldn't be necessary to call `initialize` ? Can...

Update: the transformers bug at least is fixed by explosion/spacy-transformers#285

Were you able to resolve this (as seems to be the case from https://github.com/explosion/spaCy/discussions/7486)?

Hm, I see your point, though I think most Windows users will work in a CLI environment that does support these operations? At least this is why we haven't caught...

Sure! PRs would definitely be appreciated :-)

The first PR to start resolving this, https://github.com/explosion/projects/pull/42, fixes the `textcat_goemotions` project. More PRs are always welcome ;-)