tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.05k stars 1.99k forks source link

No file found. #177

Closed ushukkla closed 3 years ago

ushukkla commented 4 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'data/ind.cora.x' Showing this error on my colab notebook.

Looomo commented 3 years ago

use full path instead , like C:/Users/bigsy/Desktop/Graph_GCN_7.14/data/cora/ but 'data/ind.cora.x' works with VSCode