google-deepmind / graph_nets

Build Graph Nets in Tensorflow
https://arxiv.org/abs/1806.01261
Apache License 2.0
5.36k stars 782 forks source link

TensorFlow 1 is not supported in Google Colab #154

Open muratcanterzi opened 1 year ago

muratcanterzi commented 1 year ago

graph_nets/demos/shortest_path.ipynb TensorFlow version 1 is not supported in Google Colab anymore, so the code is not running.

alvarosg commented 1 year ago

Thanks for making us aware of this.

I would recommend checking out the shortest path demo of the new TF-GNN library.