GNNExplainer-Tutorial
GNNExplainer-Tutorial copied to clipboard
Results
1
GNNExplainer-Tutorial issues
Sort by
recently updated
recently updated
newest added
In your notebook, you follow the [official pytorc_geometric tutorial](https://pytorch-geometric.readthedocs.io/en/latest/notes/introduction.html) regarding the GNN but you wrongly copy-pasted the `weight_decay` for the optimizer. Indeed `weight_decay=5e-3` is very big and should be reduced...