ansonb / RECON

This is the code for the paper 'RECON: Relation Extraction using Knowledge Graph Context in a Graph Neural Network'.
MIT License
38 stars 11 forks source link

Do you have pre-trained model ready for use? #16

Closed marcov131842 closed 2 years ago

marcov131842 commented 2 years ago

Hi,

I am currently looking into your great work. I download the data and the code but find it will take too much time even with GPUs to train the model. So I am wondering whether a pre-trained model (RECON, or RECON_EAC, etc.) can be provided? Many thanks.

Dennis

LOUGBERTI commented 2 years ago

Hi,

I am currently looking into your great work. I download the data and the code but find it will take too much time even with GPUs to train the model. So I am wondering whether a pre-trained model (RECON, or RECON_EAC, etc.) can be provided? Many thanks.

Dennis Hello, how many results did you reproduce in wikidata

kulsingh commented 2 years ago

Hello,

unfortunately, due to compute issues, we dont have pre-trained models. However, errors have been removed from the code, and we pushed latest changes. Please try to execute latest code. thank you.