You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the PiiDeidentifier on each worker node which calls spacy.load(..). The second time it usually succeeds
Possible fixes
Explicitly download the model python -m spacy download en_core_web_lg
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: