Spacy does not load multiple models in a pipeline #10236
-
Hi, I have installed Spacy version 3.2.1 in my Windows 10 machine. My machine runs on an I5 processor and has 24 GB RAM and 2 TB HDD. As part of my project, I should load four custom Spacy models, one to detect diseases / conditions / State,, one to detect anatomical sites, one to detect drugs and related information, and the fourth to relate the entities using the Dependancy tags. The fifth model is the en_core_web_lg to detect dates / times and related information. I just try to load the first two models. Spacy loads the first model fine and just keeps quite without loading the second (Hangs). I I will appreciate if you let me know how to fix this. As this is very urgent, your prompt reply will be highly appreciated. My custom models are SCISPACY models fine tuned for the current version of SPACY. All models load fine if I load only one. The following is the info I got from spacy info. spaCy version 3.2.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi All, This discussion shall be removed since I have fixed this issue myself. Thank you. |
Beta Was this translation helpful? Give feedback.
Hi All, This discussion shall be removed since I have fixed this issue myself. Thank you.