MartinoMensio / spacy-universal-sentence-encoder

Google USE (Universal Sentence Encoder) for spaCy
MIT License
176 stars 12 forks source link

Can we load the model from a local path #17

Open lukemao opened 3 years ago

lukemao commented 3 years ago

Hi,

Thanks for developing spacy USE.

Rather than download a model, can we also save/load a model from a local folder?

or there is a workaround.

I need to use and push a model to a Google Cloud Run's container.

Thanks for your help in advance.

Lu.