MartinoMensio / spacy-universal-sentence-encoder

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

Update to latest versions of tensorflow and spacy #12

Closed Matthieu-Tinycoaching closed 3 years ago

Matthieu-Tinycoaching commented 3 years ago

Hi,

Would it be possible to update your repository to the latest version of tensorflow (2.4) and spacy (>3.0) ?

Indeed, having a RTX 3090 CUDA >=11 is required which implies tensorflow >= 2.4.

Thanks !

MartinoMensio commented 3 years ago

Hi Matthieu, Thank you for your message! I am already working on a new release for the latest tensorflow and spacy. There are some internal changes I still need to solve but that should be quite straightforward. I will let you know when it is released! :)

Martino

MartinoMensio commented 3 years ago

Hi @Matthieu-Tinycoaching , I just pushed the latest version 0.4.0 which is compatible with tensorflow 2.4 and spacy 3. It seems to be working fine in my environments, let me know if it is working for you too!

Martino

Matthieu-Tinycoaching commented 3 years ago

Hi @MartinoMensio,

Thanks I will check !