Is it possible to convert a saved spacy model into a TensorFlow model? Spacy provides a wrapper to work with TensorFlow models. Mentioned here.
Can this be done the other way around? I need to convert a Spacy model into a TensorFlow model or wrap it up in that way so that it can be deployed with TensorFlow Serving or other frameworks like Kserve which provide plugins for TensorFlow.