You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am on a Linux 4.15.0-50-generic Ubuntu x86_64 GNU/Linux system . I am working using python 3.6.8 anaconda v.4.6.14 ,my environment has networkx (v. 2.3), tensorflow (v. 1.7), scikit-learn (v. 0.18.1)
I am using networkx to generate an edgelist of graph and I want to use AWE model to generate the embeddings . I used networkx.graphml to generate the .graphml version for input but how should I go about generating input like yours in Dataset/mutag separate input files . I am attaching a preview of the file input graphml file I have below.
so I just have 1 graphml file unlike separate graphml for mutag and the above is the format .How should I go about generating input like yours in Dataset/mutag separate input files ?
Thank you for taking time to help me in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I am on a Linux 4.15.0-50-generic Ubuntu x86_64 GNU/Linux system . I am working using python 3.6.8 anaconda v.4.6.14 ,my environment has networkx (v. 2.3), tensorflow (v. 1.7), scikit-learn (v. 0.18.1)
I am using networkx to generate an edgelist of graph and I want to use AWE model to generate the embeddings . I used networkx.graphml to generate the .graphml version for input but how should I go about generating input like yours in Dataset/mutag separate input files . I am attaching a preview of the file input graphml file I have below.
<?xml version='1.0' encoding='utf-8'?> <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"><graph edgedefault="undirected"><node id="24"/> <node id="25"/> <node id="26"/>
...
<node id="8488"/> <node id="8489"/> <node id="7464"/> <edge source="5988" target="5989"/> <edge source="5989" target="4281"/> <edge source="5989" target="5775"/> <edge source="5989" target="5990"/> </graph></graphml>
so I just have 1 graphml file unlike separate graphml for mutag and the above is the format .How should I go about generating input like yours in Dataset/mutag separate input files ?
Thank you for taking time to help me in advance.
The text was updated successfully, but these errors were encountered: