Closed men3malgmatti closed 4 years ago
Please provide more details. No one has reported an error like that.
Thanks for the fast reply , well the first time I ran "python main.py -c config/xx.ini" i got the following error
"SDNE/model/sdne.py", line 6, in
then I modied this line to from model.rbm import rbm
after I ran again I got the following error:
KeyError: 'Graph_Data'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 36, in
Sorry for that misleading basic usage :)
Please try "python main.py -c config/ca-grqc.ini" or "python main.py -c config/blogcatalog.ini"
I am trying to run the basic usage command but i get the following error raise NoSectionError(section) configparser.NoSectionError: No section: 'Graph_Data'
please let me know how to fix it