Problem with debug data #9759
-
How to reproduce the behaviourpython -m spacy debug data ./config.cfg Your Environment
2021-11-27 13:49:32.956042: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found ============================ Data file validation ============================ And nothing else even when I wait for 1 hour. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Beta Was this translation helpful? Give feedback.
spacy debug data
loads the data into memory by default. After one hour I'd expect you to have run out of memory, but maybe something weird is going on. How big is the data you're passing todebug data
, in file size, number of docs, number of words? Can you share your config and the output ofspacy info
?