vermaMachineLearning / keras-deep-graph-learning

Welcome to Keras Deep Learning on Graphs (Keras-DGL) http://vermaMachineLearning.github.io/keras-deep-graph-learning
MIT License
102 stars 67 forks source link

ModuleNotFoundError: No module named 'keras_dgl' ?? #1

Open scstu opened 5 years ago

scstu commented 5 years ago

Found this Error after downloading the code and running one of the examples! any help, please.

basma-b commented 5 years ago

Just move the keras_dgl folder into the examples folder. This solved the problem for me.

srijandas07 commented 5 years ago

or add the Keras_dgl path to your PYTHONPATH before executing your code.

redrocket8 commented 2 years ago

How can I run the example in google colab?