Closed evanraft closed 5 years ago
Hi,
You need to run it from the top level of the git repository directory like so:
python ./examples/run.py
Also if you then get the following error:
ValueError: numpy.ufunc has the wrong size, try recompiling.
I have updated the requirements file with a fixed version of numpy which should resolve this problem, so just re-install the pips like so:
pip install -r requirements.txt
Hope that helps :slightly_smiling_face:
hello ! can you tell my how i can run the code ? when i run the run.py it displays this: Traceback (most recent call last): File "semeval/examples/run.py", line 6, in
from semeval.lstms.EarlyStoppingLSTM import EarlyStoppingLSTM
ImportError: No module named 'semeval'