haseebs / OWE

Pytorch code for An Open-World Extension to Knowledge Graph Completion Models (AAAI 2019)
https://aaai.org/ojs/index.php/AAAI/article/view/4162
37 stars 9 forks source link

can you give me an example? #10

Closed MiaoHu-Pro closed 3 years ago

MiaoHu-Pro commented 3 years ago

Thank you for your reply.

I am running your code. But it's not going well. I downloaded the data set, could you give me an example? For example : Training: python3 owe/run_open_world.py -t -c ./data/FB15k-237-OWE -d ./ --complex ./data/FB15k_embedding

evaluate: python3 owe/run_open_world.py -e -lb -c ./data/preprocessed -d ./ --complex ./data/FB15k_embedding

Miao

haseebs commented 3 years ago

Sorry for the late reply. Do you still have the problem? Is the problem with the conversion script or running the overall code? What is the error you are getting?