generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
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
!DGLBACKEND=pytorch dglke_emb_sim --model_path ./wikimedia/TransE_l2_wikimedia_0/ \
--format 'h_*_*' --data_files head.list \
--score_func none --topK 10 --gpu 0
The results:
usage: dglke_emb_sim [-h] [--mfile MFILE] [--emb_file EMB_FILE]
[--format FORMAT]
[--data_files DATA_FILES [DATA_FILES ...]] [--raw_data]
[--exec_mode EXEC_MODE] [--topK TOPK]
[--sim_func SIM_FUNC] [--output OUTPUT] [--gpu GPU]
dglke_emb_sim: error: unrecognized arguments: --model_path ./wikimedia/TransE_l2_wikimedia_0/ --score_func none
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels