shagunsodhani / pregel

Tensorflow implementation of Graph Convolutional Network
MIT License
77 stars 10 forks source link

Throwing an error #14

Open rahulanalytics16 opened 5 years ago

rahulanalytics16 commented 5 years ago

I tried to run the main.py after giving the some output it throws an error ..saying that..you must feed a value for placeholder tensor 'supports0/indices'. used below configuration tensorflow == 1.4 networkx == 2.0 numpy == 1.13 scipy == 1.0.0 scikit-learn == 0.19 matplotlib == 2.1.0 seaborn == 0.8.0 sacred == 0.7

Please suggest the solution.

shagunsodhani commented 5 years ago

Hey @rahulanalytics16. Could you please provide me with the error log that you get. Also, do you change any of the default parameters? if yes, please mention them as well.

rahulanalytics16 commented 5 years ago

Thanks shagun for your prompt response. Please find attached error log. I did not change any default parameters error_log.txt

shagunsodhani commented 5 years ago

Thanks @rahulanalytics16. Give me a few days to get back to you.