GIN example needs a reference

The example implementation of GIN in DGL uses a class called “MLP”. The code of that class matches with authors implementation line by line.

Here’s the example implementation using DGL

Here’s the authors implementation.

In the DGL example the author’s implementation is referenced but it’s not explicitly stated that a part of it is used.

Do you suggest adding a note in the example README or the “MLP” docstring?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.