TianBian95 / BiGCN

Source Codes: Rumor Detection on Social Media with Bi-Directional Graph Convolutional Networks--AAAI 2020
250 stars 73 forks source link

.npz file not found error #18

Open nimadindar opened 1 year ago

nimadindar commented 1 year ago

While trying to run "getTwittergraph.py" file I get the error: No such file or directory: '/BiGCN/Process/data/Twitter15graph/731166399389962242.npz' How can I fix this?

thcheung commented 1 year ago

os.makedirs("Process/data/Twitter15graph/",exist_ok=True)

shaieesss commented 5 months ago

the same question, does anyone know how to fix it, please detailed answer