Hi guys! I'm trying to test this repo, and I could train successfully using WN18RR dataset. But I'm trying to use the trained model to perform inference with the test sample and I'm confused about how to interpret the predictions. In essence, I'm trying to run the code snippet below.
My question is: How I can properly process the output predictions and efficiently decode the predicted indexes to the corresponding original triplet English text?
If you could provide a code snippet for this would be awesome!
Hi guys! I'm trying to test this repo, and I could train successfully using WN18RR dataset. But I'm trying to use the trained model to perform inference with the test sample and I'm confused about how to interpret the predictions. In essence, I'm trying to run the code snippet below.
My question is: How I can properly process the output predictions and efficiently decode the predicted indexes to the corresponding original triplet English text?
If you could provide a code snippet for this would be awesome!
Thanks!