You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the analogy_tasksevaluation.py and I am receiving the following error:
Traceback (most recent call last):
File "/home/sana/Desktop/proj/glove-python-master/examples/analogy_tasks_evaluation.py", line 44, in <module>
metrics.read_analogy_file(args.test)]
AttributeError: module 'glove.metrics' has no attribute 'read_analogy_file'
I installed the glove_python with pip to Python 3.6
Similarly, construct_analogy_test_set and analogy_rank_score are also missing in the metrics.
The text was updated successfully, but these errors were encountered:
I'm trying to run the
analogy_tasksevaluation.py
and I am receiving the following error:I installed the glove_python with pip to Python 3.6
Similarly,
construct_analogy_test_set
andanalogy_rank_score
are also missing in the metrics.The text was updated successfully, but these errors were encountered: