daiquocnguyen / CapsE

A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (NAACL 2019)
Apache License 2.0
144 stars 32 forks source link

Can not achieve model-50.eval.0.txt document #4

Closed Qining1231 closed 5 years ago

Qining1231 commented 5 years ago

Hi, I type the command: $ python CapsE.py --embedding_dim 100 --num_epochs 31 --num_filters 50 --learning_rate 0.0001 --name FB15k-237 --useConstantInit --savedEpochs 30 --model_name fb15k237 But I did not achieve .txt docoments, like model-50.eval.0.txt, model-50.eval.1.txt,...,model-50.eval.7 .txt.(These txt documents are needed when executing eval.py ) Is there any problem with CapsE.py?

BTW, I have the same problem with ConvKB.

daiquocnguyen commented 5 years ago

You can see the "Evaluation metrics" section in README.

1780041410 commented 5 years ago

Hi, I type the command: $ python CapsE.py --embedding_dim 100 --num_epochs 31 --num_filters 50 --learning_rate 0.0001 --name FB15k-237 --useConstantInit --savedEpochs 30 --model_name fb15k237 But I did not achieve .txt docoments, like model-50.eval.0.txt, model-50.eval.1.txt,...,model-50.eval.7 .txt.(These txt documents are needed when executing eval.py ) Is there any problem with CapsE.py?

BTW, I have the same problem with ConvKB.

i have same question ,could you help me

1780041410 commented 5 years ago

my mail :1780041410@qq.com

Qining1231 commented 5 years ago

You can see the "Evaluation metrics" section in README.

the CapsE.py do not save the .txt docoments, like model-50.eval.0.txt, model-50.eval.1.txt,...,model-50.eval.7.txt.

daiquocnguyen commented 5 years ago

You can see examples in command.sh

Qining1231 commented 5 years ago

You can see examples in command.sh

Problem solved! Thank you