Pre-trained ELMo Representations for Many Languages
-
Updated
May 12, 2020 - Python
Добрый день,
при загрузке ELMO модели (немного доработанный get_elmo_vectors.py) в анаконде под Win с python 3.7.1 столкнулся с ошибкой в строке bilm/data.py:29
Traceback (most recent call last):
File "run_elmo1.py", line 17, in <module>
batcher, sentence_character_ids, elmo_sentence_input = load_elmo_embeddi
Add a description, image, and links to the elmo topic page so that developers can more easily learn about it.
To associate your repository with the elmo topic, visit your repo's landing page and select "manage topics."
Currently, we are not logging macro/micro averages on Tensorboard since it was appearing strangely in the interface (picture below), so it was removed.
Add macro/micro to Tensorboard.