Closed AkshatSood closed 3 years ago
The issue was resolved by changing the way the code split the path of the dataset. Since I was using Windows, the paths used "\" instead of "/".
I would recommend using the KarateClub library.
On Tue, 9 Mar 2021 at 11:35, AkshatSood notifications@github.com wrote:
Closed #33 https://github.com/benedekrozemberczki/graph2vec/issues/33.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benedekrozemberczki/graph2vec/issues/33#event-4427450150, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEETMF4FKAVAK2QSL656LPDTCYBWJANCNFSM4Y3MBCOA .
I was having trouble using the tool with my dataset, so I tried using the default dataset using the following command:
python src/graph2vec.py --dimensions 32
But even on the default dataset provided, I get the following error:
I tried fixing the error for the string format, but that raises some KeyErrors. Could I kindly get some assistance with this?
Edit: I have attached the KeyError below:
Thank you