I have a FastText trained model "*.ftz". My program runs in the multithread mode.
Is there anyway to load a model once and use it without loading for each thread?
I have a FastText trained model "*.ftz". My program runs in the multithread mode.
Is there anyway to load a model once and use it without loading for each thread?
After some efforts to find a good solution I used Fastapi and implemented model as a service.