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

AttributeError: 'str' object has no attribute 'property2idx' #9

Closed VinsonZhangS closed 2 years ago

VinsonZhangS commented 2 years ago

Hello, when I python train.py, it raised the error AttributeError: 'str' object has no attribute 'property2idx'.So I looked up models.py and I found that indeed RECON doesn't have attribute "property2idx". I wonder if its my problem? Can I change property_index to any folder?