-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with dglke_emb_sim #253
Comments
dglke_emb_sim accepts embedding files, i.e., --emb_file instead of --model_path |
Thank you for your answer, @classicsong :) I changed to --emb_file. However, the score_func seems to be not an acceptable args. I also tried --score_func logsigmoid, but it still didn't work. Updated code:
Result:
Thank you :) |
You do not need to specify score_func as this is for entity embedding similarity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I would like to find the similarity scores of TransE, and I am finding the same error as this one https://github.com/awslabs/dgl-ke/issues/160
The results:
I saw the suggestion to use dglke_predict instead, but I would need to use dglke_emb_sim to check the node similarities.
Any idea how I can solve this?
Thank you!
The text was updated successfully, but these errors were encountered: