ttrouill / complex

Source code for experiments in the papers "Complex Embeddings for Simple Link Prediction" (ICML 2016) and "Knowledge Graph Completion via Complex Tensor Factorization" (JMLR 2017).
Other
319 stars 83 forks source link

Run question. #1

Closed JamesXu20150314 closed 7 years ago

JamesXu20150314 commented 7 years ago

Hello,

I have do all steps by your readme file.

However, I have encountered an question as follows:

image

Could you help me solve this problem?

Thank you.

James.

ttrouill commented 7 years ago

Hi James,

Sure, first which version of python are you using? And second can you run:

$ pip freeze | grep downhill

And tell me which version of downhill you have installed?

Cheers, Théo

2017-01-15 9:21 GMT+01:00 ZhiminXu notifications@github.com:

Hello,

I have do all steps by your readme file.

However, I have encountered an question as follows:

[image: image] https://cloud.githubusercontent.com/assets/11470231/21961200/8a32e0c4-db3e-11e6-8452-0e9b2b435913.png

Could you help me solve this problem?

Thank you.

James.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ttrouill/complex/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AIbBQPkO1WMpPMjLiZqVVutdaQ5RUs37ks5rSdcCgaJpZM4Lj3A1 .

leonardomra commented 7 years ago

Hi Théo, I have the same problem. I'm running Python 2.7.10 and downhill 0.4.0 Thanks, Leonardo

ttrouill commented 7 years ago

Hi guys,

Sorry for the latency, it seems a few things have moved in the last version of downhill, I don't have time to explore that in details for the moment so reverting to the previous version will do the trick. Simply update your copy of the repo and re-run:

pip install -r requirements.txt

Cheers, Théo