Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove an extra argument in MPNNLSTM example #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RyushiAok
Copy link

fix MPNNLSTM example error related to commit 609148a

❯ python ./examples/recurrent/mpnnlstm_example.py
Traceback (most recent call last):
  File "D:\repo\RyushiAok\pytorch_geometric_temporal\examples\recurrent\mpnnlstm_example.py", line 32, in <module>
    model = RecurrentGCN(node_features = 4)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\repo\RyushiAok\pytorch_geometric_temporal\examples\recurrent\mpnnlstm_example.py", line 23, in __init__
    self.recurrent = MPNNLSTM(node_features, 32, 32, 20, 1, 0.5)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: MPNNLSTM.__init__() takes 6 positional arguments but 7 were given

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant