XL2248 / HGNN

Code for Infusing Multi-Source Knowledge with Heterogeneous Graph Neural Network for Emotional Conversation Generation (AAAI21)
Apache License 2.0
25 stars 7 forks source link

run erro about InvalidArgumentError #7

Open KaetheFu opened 2 years ago

KaetheFu commented 2 years ago

image Hello, I generated the data according to the instructions of your project, but the following error occurred when running run.py.Perhaps you could advise how to solve the problem?

XL2248 commented 2 years ago

The reason is that the number of speakers you generated is different from the default number. You can adapt them to the same number, e.g., 13 (12 speakers + 1 unknown speaker).