MichSchli / RelationPrediction

Implementation of R-GCNs for Relational Link Prediction
MIT License
435 stars 103 forks source link

missing valid_accuracy.txt #12

Open prosso opened 4 years ago

prosso commented 4 years ago

Hello,

if I add in gcn_basis.exp

[Evaluation]
    Metric=MRR
    Metric=Accuracy

I get the following error:

FileNotFoundError: [Errno 2] No such file or directory: FB-Toutanova/valid_accuracy.txt

How can I generate that missing file?

Thanks