amansrivastava17 / embedding-as-service

One-Stop Solution to encode sentence to fixed length vectors from various embedding techniques
MIT License
204 stars 29 forks source link

Unexpected keyword download #58

Open Saichethan opened 4 years ago

Saichethan commented 4 years ago

eas

@amansrivastava17 While running encoder with download keyword getting an error as shown above

amansrivastava17 commented 4 years ago

@Saichethan from pip version >= 2.0.0 you don't need to pass the download param

Saichethan commented 4 years ago

@amansrivastava17 thanks that solved my current error, but I'm interested in XLNET so is this issue solved (https://github.com/amansrivastava17/embedding-as-service/issues/45)

I ran en.encode(['my name is aman']) two times and got different embedding...

demb