I've been using spacy 2.3.1 until now and have trained and saved a couple of pipelines for my custom Language class. But now using spacy 3.0 and spacy.load('model-path') I'm facing problems such as config.cfg file not found and other kinds of errors.
Do I have to train the models from scratch after upgrading the spacy? Is there any step-by-step guide for migrating trained models?