liuxiyang641 / RAGAT

RAGAT: Relation Aware Graph Attention Network for Knowledge Graph Completion
56 stars 16 forks source link

didn't find parameter 'num_bases' #2

Closed leijing000 closed 3 years ago

leijing000 commented 3 years ago

Dear XIYANG LIU: I ran your code but got an error ,the error is reported as follows:

AttributeError: 'Namespace' object has no attribute 'num_bases'

I didn't find parameter 'num_bases', can you tell me where it is? Looking forward to your reply!

liuxiyang641 commented 3 years ago

Sorry, num_bases is an useless hyperparameter. Now it's removed and you can try run the code again.