yandexdataschool / Practical_DL

DL course co-developed by YSDA, HSE and Skoltech
MIT License
1.54k stars 633 forks source link

`KeyedVector` removed in Gensim 4.0.0. #99

Open AI-Ahmed opened 1 year ago

AI-Ahmed commented 1 year ago

AttributeError: The vocab attribute was removed from KeyedVector in Gensim 4.0.0.

Use KeyedVector's .key_to_index dict, .index_to_key list, and methods .get_vecattr(key, attr) and .set_vecattr(key, attr, new_val) instead.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB