trishav96
trishav96
I downloaded the data from the link given.
Okay. And the command can be this? ./ProjE_softmax.py --dim 5 --batch 5 --data ./data/FB15k/ --eval_per 1 --worker 5 --eval_batch 5 --max_iter 5 --generator 5?
It takes too long, so I thought I'll give smaller values. How many CPU cores are ideally needed? And do I need a GPU?
Which version of numpy do I use?
What is final output of ProjE_softmax.py supposded to be? Given input is a knowledge graph (FB15k).
What about the completed knowledge graph?
But the paper title is knowledge graph completion right?
Hey, Could you explain in a few lines what exactly you are trying to do in the code? Thanks, Trisha On Tue, Apr 9, 2019, 6:42 PM bxshi wrote: >...
Hi, could you tell me which lines have the variables that store the embeddings of the entities in the Proje_softmax.py file?
Are they tensorflow variables or normal variables?