dfdazac / blp

"Inductive Entity Representations from Text via Link Prediction" @ The Web Conference 2021
MIT License
58 stars 6 forks source link

requirements missing keras #5

Closed QingzhiHu closed 2 years ago

QingzhiHu commented 2 years ago

Error: "ModuleNotFoundError: No module named 'keras.api'" After pip install keras==2.6.0. this problem is resolved.

QingzhiHu commented 2 years ago

https://github.com/keras-team/keras/issues/15175

dfdazac commented 2 years ago

Thanks for pointing this out. What script did you try to run before getting this error?

QingzhiHu commented 2 years ago

I remember its utils.py under the root directory (as I mistook it for it being utils.py inside of data folder at the beginning).

dfdazac commented 2 years ago

Since I couldn't reproduce this issue, and Keras is not used in our project, I will close this issue for now. I can investigate further if the issue persists.