-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System not Loading the graph files. #1
Comments
Does it happen for every file in your dataset? |
Yes. It happens for every file. 00C6634CDBE2FAF167D5F66EEDE6F2A313FF23471B26A09B202290CF9C11525B.gexf.txt |
Please look into the error, which says the vocabulary size is 1, which is not right. ERROR:root:unable to load graph from file: /home/ksec/AMDS/tmp1/cumul/00FBCD046D40EA127F43EF14626670CBD8FCA00A69CBCCC538A044500B271B80.gexf Device mapping: no known devices. Traceback (most recent call last): |
is this issue solved? this error also happens when I ran the code. |
When you see the gexf file, you can find some of the file does not have the "Label"(index "0") attribute. so yon can change your code like this (I change it to py3, you also can use py2, I insert the -> "if label_field_name in d:")
|
Following error occurs, after applying the subgraph2vec technique on my dataset. I also have maintained the specific versions of the python packages, as mentioned.
No handlers could be found for logger "root"
INFO:root:Loaded 59 graph file names form /home/ksec/AMDS/tmp1/cumul
ERROR:root:unable to load graph from file: /home/ksec/AMDS/tmp1/cumul/00001AC7364E668F1DDC9906887EDF0C8F7230830B864DB6179075AC9C0A6892.gexf
ERROR:root:unable to load graph from file: /home/ksec/AMDS/tmp1/cumul/000014F7037586315DE348D21337B90B83A1C887E247DA8E4CC043702E36DFBA.gexf
ERROR:root:unable to load graph from file: /home/ksec/AMDS/tmp1/cumul/00041EC3C57ED823C14129F60DC5B0BCDB6175EF286F85DD25B5BAA317B0EB38.gexf
......
The text was updated successfully, but these errors were encountered: