geometric-gnn-dojo
geometric-gnn-dojo copied to clipboard
Geometric GNN Dojo provides unified implementations and experiments to explore the design space of Geometric Graph Neural Networks.
[As of Pandas 2.0, the Pandas append() method is no longer supported](https://pandas.pydata.org/docs/dev/whatsnew/v2.0.0.html#:~:text=Removed%20deprecated%20Series.append()%2C%20DataFrame.append()%2C%20use%20concat()%20instead%20(GH%2035407)). Since running this notebook "as is" will install a 2.x version of pandas, the use of pandas append()...
In geometric_gnn_101.ipynb, the py3Dmol installation specifies version 1.8.0: `!pip install -q py3Dmol==1.8.0` On both my external setup (Google Colab Pro / Chrome 127.0.6533.88) and local setup (jupyterlab 4.0.11 / Chrome...
First of all, thank you for this wonderful resource. Could you please clarify the following part of the comment in the aggregate function? ```python inputs: (e, d) - messages `m_ij`...