DaehanKim / vgae_pytorch

This repository implements variational graph auto encoder by Thomas Kipf.
MIT License
385 stars 73 forks source link

what type is the data #6

Closed hubblechang closed 2 years ago

hubblechang commented 2 years ago

Excuse me, I have a question about the format of data. The extensions of these data files are 'x','tx', 'allx','graph' which I haven't seen before. Further more, what I can see is shown in the following picture when I open them with Pycharm. 3YL {3PQ05)GVOX9_BWA~%D

DaehanKim commented 2 years ago

Hi. As you can see in load_data function, these data are binary, so cannot be visualized directly via text editor. Hopefully printing out values in python would help you understand the structure.

hubblechang commented 2 years ago

Thank you for your reply : )