PII Modifier fails to load on worker sporadically raising cannot reshape array of size
#424
Labels
bug
Something isn't working
cannot reshape array of size
#424
From my experience with trying to run PII Modifier, if you have a fresh docker container and you run
deidentify --device gpu ...
the job might fail due at the construction of thePiiDeidentifier
on each worker node which callsspacy.load(..)
. The second time it usually succeedsPossible fixes
python -m spacy download en_core_web_lg
Related issues
ValueError: cannot reshape array of size ...
when loading model explosion/spaCy#13262Stacktrace
The text was updated successfully, but these errors were encountered: