MichSchli / RelationPrediction

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

Best approach to read new graph after training? #3

Open axelreichwein opened 6 years ago

axelreichwein commented 6 years ago

The input graph in subject,predicate,object form is transformed into matrices for training. Is the output graph after training also available in subject,predicate,object form? If not, what is the easiest way to check out the new output graph and the new added links? I noticed the creation of .index and .meta files in the models folder. Do these files describe the output graph? If so, how can I read these files?