DynamicGCN
DynamicGCN copied to clipboard
file issue
halo,how can i open file such as *.tx or *.x? Should i use visualization software? thankyou!
Hi, just use np.load() to load the files.
Thank you. I have tried your method, and opend the *.y and .ty files, but failed to open the .x,.tx,.idx and *.tidx files. It shows "ValueError: Array can't be memory-mapped: Python objects in dtype." Is it because the files are too big?I want to see their data structure.