Closed rsimd closed 3 years ago
Hi! Thanks for reporting the issue.
I have just released a new version of OCTIS that handles this problem (v 1.10.0). You can run pip install -U octis
to download the latest version. Feel free to reopen the issue if you still have problems.
Silvia
Thank you. I'll try it.
Description
I'm not familiar with Github, so I may be rude. Thank you for publishing such a great works.
It seems that the constructors of
WardEmbeddingsPairwiseSimilarity
andWardEmbeddingsCentroidSimilarity
did not haveself.binary
. Therefore, I could not use any pretrained word embeddings other than the default.What I Did