I have updated my spacy to 2.1.8 and prodigy to 1.8.3 in a new environment as you recommend, I retrain my model using this new update, but when I write: path= '../data/model_date_u01' nlp=spacy.load(path)
It says that:
could not broadcast input array from shape (96) into shape (128)
I have search in you website I found this thread
it seems it is kind of dependency problem,however I am using last update of prodigy and spaCy, could you please let me know your idea to solve this error? Many thanks